changed a secret name to match
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user