changed a secret name to match

This commit is contained in:
2025-11-13 09:41:09 +00:00
parent c916fbdca0
commit c9294bec82

View File

@@ -42,7 +42,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ env.NAMESPACE }}
password: ${{ secrets.CICD_TOKEN }}
password: ${{ secrets.CICD_PASSWORD }}
- name: Build & push Docker image
uses: docker/build-push-action@v6