This commit is contained in:
parent
d0d56318e0
commit
fff11b5d08
@ -22,10 +22,15 @@ jobs:
|
||||
registry: https://git.halis.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
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
|
||||
- name: Build image
|
||||
run: docker build -f images/debian/Dockerfile.12.1-node18 . -t git.halis.io/athens-school/runner-images:debian12.1-node18
|
||||
- name: Push image
|
||||
run: docker push git.halis.io/athens-school/runner-images:debian12.1-node18
|
||||
#- name: Build and push
|
||||
# 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