chore: change secret name
All checks were successful
/ deploy_image (push) Successful in 33s

This commit is contained in:
Minhyeok Park 2024-11-12 19:44:40 +09:00
parent 8a48b8d005
commit 82c9166275
Signed by: pmh_only
SSH Key Fingerprint: SHA256:g/OyGvi2pcd8ub9mqge/ohmDP0fZX/xOPWPIcM+9XpI

View File

@ -16,7 +16,7 @@ jobs:
with:
registry: src.pmh.codes
username: ${{ gitea.repository_owner }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}
- uses: docker/build-push-action@v6
with:
push: true