This commit is contained in:
parent
ec2e1e5430
commit
99e352b65f
1 changed files with 7 additions and 1 deletions
|
@ -10,9 +10,15 @@ jobs:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
steps:
|
steps:
|
||||||
|
- name: docker login
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: git.mightycastle.net
|
||||||
|
username: zimgao
|
||||||
|
password: ${{ secrets.PACKAGESKEY }}
|
||||||
- name: build and publish
|
- name: build and publish
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: registry.mightycastle.net/runner-image:latest
|
tags: git.mightycastle.net/zimgao/runner-image:latest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue