This commit is contained in:
parent
e8925da76a
commit
d0d56318e0
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user