Skip to content

Commit

Permalink
Update az-test.yml
Browse files Browse the repository at this point in the history
Fix path to dockerfile
  • Loading branch information
robertomest authored Jul 30, 2024
1 parent 99ade1f commit f0e2b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/az-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: 'Build and push image'
run: |
az acr login -n ${{ secrets.ACR_NAME }}
docker build . -f ./resources/${{ matrix.dockerfile }} -t ${{ secrets.ACR_NAME }}.azurecr.io/${{ matrix.image-name }}:test
docker build . -f ./resources/docker/${{ matrix.dockerfile }} -t ${{ secrets.ACR_NAME }}.azurecr.io/${{ matrix.image-name }}:test
docker push ${{ secrets.ACR_NAME }}.azurecr.io/${{ matrix.image-name }}:test

0 comments on commit f0e2b48

Please sign in to comment.