Fix registry secret name in build workflow
Some checks failed
Build and Push Docker Image / build (push) Failing after 3h58m51s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-08 13:32:45 -04:00
parent 5e8e7ad6d4
commit 38c1e5e096

View File

@@ -26,7 +26,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract metadata
id: meta