Skip to content

Commit

Permalink
fix tag in workflow
Browse files Browse the repository at this point in the history
OrellBuehler authored Nov 8, 2023
1 parent 9a01e6c commit d3f8a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -21,6 +21,6 @@ jobs:
username: ${{ secrets.AZURE_ACR_CREDENTIALS_USER }}
password: ${{ secrets.AZURE_ACR_CREDENTIALS_PASSWORD }}
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{ env.APP_NAME }}:${GITHUB_SHA::8}
run: docker build . --file Dockerfile --tag ${{ env.REGISTRY_NAME }}.azurecr.io/${{ env.APP_NAME }}:${GITHUB_SHA::8}
- name: Docker image push to ACR
run: docker push ${{ env.REGISTRY_NAME }}.azurecr.io/${{ env.APP_NAME }}:${GITHUB_SHA::8}

0 comments on commit d3f8a04

Please sign in to comment.