Skip to content

Commit

Permalink
Error fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
shammowla committed Sep 5, 2024
1 parent caec52b commit 8f3ec47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Docker Login to ACR
run: |
az acr login --name ${{ secrets.AZURE_CONTAINER_REGISTRY }}
az acr login --name "${{ secrets.AZURE_CONTAINER_REGISTRY }}"
- name: Set environment variables
run: |
echo "BASE_PATH=/$(echo ${{ matrix.sample }} | cut -d'-' -f2-)" >> $GITHUB_ENV
Expand Down

0 comments on commit 8f3ec47

Please sign in to comment.