Skip to content

Commit

Permalink
Add login to ACR
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis committed Jan 15, 2023
1 parent e0b42c0 commit b9ec095
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Login to ACR
run: |
az acr login --name petspotr
- name: Build and Push Backend
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit b9ec095

Please sign in to comment.