This commit is contained in:
parent
6973890ec8
commit
470273982f
@ -4,10 +4,12 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
infra/misc/docker:
|
infra/misc/docker:
|
||||||
runs-on: linux
|
runs-on: linux
|
||||||
container: docker:latest
|
container: bitnami/node:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Install Docker
|
||||||
|
run: apt-get -y update && apt-get -y install docker
|
||||||
- name: Login
|
- name: Login
|
||||||
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u ${{ gitea.actor }} --password-stdin code.helloryan.se
|
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u ${{ gitea.actor }} --password-stdin code.helloryan.se
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user