Fix format of the referenced secret in the buld & push action

This commit is contained in:
Fred Boniface
2025-12-05 10:59:40 +00:00
parent b111a63d5c
commit 9b540ea14d

View File

@@ -27,7 +27,7 @@ jobs:
with: with:
registry: ${{ env.GITEA_DOMAIN }} registry: ${{ env.GITEA_DOMAIN }}
username: ${{ env.GITEA_REGISTRY_USER }} username: ${{ env.GITEA_REGISTRY_USER }}
password: ${{ secret.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and Push image - name: Build and Push image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: