changed a secret name to match
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ env.NAMESPACE }}
|
username: ${{ env.NAMESPACE }}
|
||||||
password: ${{ secrets.CICD_TOKEN }}
|
password: ${{ secrets.CICD_PASSWORD }}
|
||||||
|
|
||||||
- name: Build & push Docker image
|
- name: Build & push Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user