Skip to content

Commit

Permalink
Annotate releases in App Insights for all environments (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored Jul 19, 2024
1 parent 64f6248 commit a75e825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
docker-image-name: 'aca-app'
docker-build-file-name: './Dockerfile'
environment: ${{ needs.set-env.outputs.environment }}
annotate-release: ${{ needs.set-env.outputs.environment == 'development' }}
annotate-release: true
docker-build-args: |
COMMIT_SHA="${{ needs.set-env.outputs.checked-out-sha }}"
secrets:
Expand Down

0 comments on commit a75e825

Please sign in to comment.