Skip to content

Commit

Permalink
Fix passwd env.
Browse files Browse the repository at this point in the history
  • Loading branch information
luborco committed Sep 30, 2024
1 parent 7ee1334 commit 1cc39a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
login-server: ${{ vars.ACR_URL }}
username: ${{ vars.ACR_USERNAME }}
password: 'a'
password: ${{ secrets.ACR_PASSWORD }}

- uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 1cc39a1

Please sign in to comment.