Skip to content

Commit

Permalink
updated acr vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Jackson committed Aug 5, 2024
1 parent 4565192 commit 936a42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: "wizedkyle.azurecr.io"
username: ${{ secrets.ACR_USERNAME }}
username: ${{ vars.ACR_USERNAME }}
password: ${{ secrets.ACR_PASSWORD }}

- name: Build and push image
Expand Down

0 comments on commit 936a42e

Please sign in to comment.