Swap to use PAT for container pushing.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m17s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m17s
This commit is contained in:
parent
3998224afc
commit
98b952b236
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }} # Use the registry URL defined above
|
registry: ${{ env.REGISTRY }} # Use the registry URL defined above
|
||||||
# Use 'github.actor' as a fallback for the username context
|
# Use 'github.actor' as a fallback for the username context
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.repository_owner }}
|
||||||
# Use the Forgejo-specific token - this SHOULD still work if Actions are enabled
|
# Use the Forgejo-specific token - this SHOULD still work if Actions are enabled
|
||||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
password: ${{ secrets.RUNNER_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue