fix: user REGISTRY_TOKEN for container registry auth
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m58s

This commit is contained in:
PeterChrz 2026-03-31 23:30:38 -04:00
parent db267ddb8e
commit 21d70d3ec3
Signed by untrusted user who does not match committer: pch
GPG key ID: 8F0826ECF7302C63

View file

@ -36,7 +36,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract metadata (tags, labels) - name: Extract metadata (tags, labels)
id: meta id: meta