Skip to content

Commit dc6d96e

Browse files
authored
Update dev-pipeline.yml
1 parent ff19674 commit dc6d96e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
uses: docker/login-action@v2
3131
with:
3232
registry: ${{ env.REGISTRY_URL }}
33-
username: ${{ secrets.BASE_REGISTRY_USERNAME }}
34-
password: ${{ secrets.BASE_REGISTRY_PASSWORD }}
33+
username: ${{ secrets.REGISTRY_USERNAME }}
34+
password: ${{ secrets.REGISTRY_PASSWORD }}
3535

3636
- name: Build & push multi-arch image
3737
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)