This commit is contained in:
parent
d0d56318e0
commit
fff11b5d08
@ -22,10 +22,15 @@ jobs:
|
|||||||
registry: https://git.halis.io
|
registry: https://git.halis.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build image
|
||||||
uses: https://github.com/docker/build-push-action@v4
|
run: docker build -f images/debian/Dockerfile.12.1-node18 . -t git.halis.io/athens-school/runner-images:debian12.1-node18
|
||||||
with:
|
- name: Push image
|
||||||
push: true
|
run: docker push git.halis.io/athens-school/runner-images:debian12.1-node18
|
||||||
file: images/debian/Dockerfile.12.1-node18
|
#- name: Build and push
|
||||||
tags: git.halis.io/athens-school/runner-images:debian12.1-node18
|
# uses: https://github.com/docker/build-push-action@v4
|
||||||
|
# with:
|
||||||
|
# push: true
|
||||||
|
# file: images/debian/Dockerfile.12.1-node18
|
||||||
|
# tags: git.halis.io/athens-school/runner-images:debian12.1-node18
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user