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