switch to git.mightycastle.net
All checks were successful
/ deploy (push) Successful in 50s

This commit is contained in:
Zi Gao 2025-06-10 19:32:18 +10:00
parent ec2e1e5430
commit 99e352b65f

View file

@ -10,9 +10,15 @@ jobs:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: docker login
uses: docker/login-action@v3
with:
registry: git.mightycastle.net
username: zimgao
password: ${{ secrets.PACKAGESKEY }}
- name: build and publish
uses: docker/build-push-action@v6
with:
push: true
tags: registry.mightycastle.net/runner-image:latest
tags: git.mightycastle.net/zimgao/runner-image:latest