fix: Update password from gitea
This commit is contained in:
parent
f153bd996a
commit
63ec38ac6d
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: spruceid/siwe_oidc
|
name: spruceid/siwe_oidc
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GH_PACKAGE_PUSH_TOKEN }}
|
password: ${{ secrets.DOCKERGIT_TOKEN }}
|
||||||
registry: ghcr.io
|
registry: git.woodburn.au
|
||||||
tag_names: true
|
tag_names: true
|
||||||
tag_semver: true
|
tag_semver: true
|
||||||
snapshot: true
|
snapshot: true
|
||||||
|
Loading…
Reference in New Issue
Block a user