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