This commit is contained in:
parent
6cf1464406
commit
1c70131de9
@ -21,16 +21,14 @@ jobs:
|
||||
with:
|
||||
registry: https://git.halis.io
|
||||
username: ${{ github.actor }}
|
||||
password: not-a-pass
|
||||
- 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
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: https://github.com/docker/build-push-action@v1
|
||||
with:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
push: true
|
||||
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