Skip to content

Commit

Permalink
Change data to vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
luborco committed Sep 30, 2024
1 parent b59af9a commit d414905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:

- uses: azure/docker-login@v2
with:
login-server: ${{ env.ACR_URL }}
username: ${{ env.ACR_USERNAME }}
login-server: ${{ vars.ACR_URL }}
username: ${{ vars.ACR_USERNAME }}
password: ${{ secrets.ACR_PASSWORD }}

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

0 comments on commit d414905

Please sign in to comment.