Swap to use PAT for container pushing.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m17s

This commit is contained in:
Cameron Redmore 2025-04-18 15:37:20 +01:00
parent 3998224afc
commit 98b952b236

View file

@ -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