This commit is contained in:
parent
c9c588311f
commit
c1d0024472
@ -9,7 +9,7 @@ jobs:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Docker
|
||||
run: apk add nodejs
|
||||
run: apt-get -y update && apt-get -y install docker.io
|
||||
- name: Login
|
||||
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u ${{ gitea.actor }} --password-stdin code.helloryan.se
|
||||
- name: Build
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM docker:latest
|
||||
|
||||
RUN apt-get -y update && apt-get -y install nodejs
|
||||
RUN apk add nodejs
|
||||
|
Loading…
x
Reference in New Issue
Block a user