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

This commit is contained in:
Tanguy Herbron 2023-08-06 01:57:04 +02:00
parent e8925da76a
commit d0d56318e0

View File

@ -20,13 +20,12 @@ jobs:
uses: https://gitea.com/docker/login-action@v2 uses: https://gitea.com/docker/login-action@v2
with: with:
registry: https://git.halis.io registry: https://git.halis.io
username: athens-school username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
uses: https://github.com/docker/build-push-action@v4 uses: https://github.com/docker/build-push-action@v4
with: with:
push: true push: true
context: images/debian
file: images/debian/Dockerfile.12.1-node18 file: images/debian/Dockerfile.12.1-node18
tags: git.halis.io/athens-school/runner-images:debian12.1-node18 tags: git.halis.io/athens-school/runner-images:debian12.1-node18