pipeline runner
Some checks failed
Image builder / build (push) Failing after 18s

This commit is contained in:
Tanguy Herbron 2023-08-06 02:04:28 +02:00
parent fff11b5d08
commit 6cf1464406

View File

@ -21,7 +21,7 @@ jobs:
with: with:
registry: https://git.halis.io registry: https://git.halis.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: not-a-pass
- name: Build image - name: Build image
run: docker build -f images/debian/Dockerfile.12.1-node18 . -t git.halis.io/athens-school/runner-images:debian12.1-node18 run: docker build -f images/debian/Dockerfile.12.1-node18 . -t git.halis.io/athens-school/runner-images:debian12.1-node18
- name: Push image - name: Push image