We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff19674 commit dc6d96eCopy full SHA for dc6d96e
.github/workflows/dev-pipeline.yml
@@ -30,8 +30,8 @@ jobs:
30
uses: docker/login-action@v2
31
with:
32
registry: ${{ env.REGISTRY_URL }}
33
- username: ${{ secrets.BASE_REGISTRY_USERNAME }}
34
- password: ${{ secrets.BASE_REGISTRY_PASSWORD }}
+ username: ${{ secrets.REGISTRY_USERNAME }}
+ password: ${{ secrets.REGISTRY_PASSWORD }}
35
36
- name: Build & push multi-arch image
37
uses: docker/build-push-action@v3
0 commit comments