We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc7b6d commit 31237f2Copy full SHA for 31237f2
.github/workflows/build-and-push-image.yml
@@ -56,6 +56,7 @@ jobs:
56
docker-image-name: 'tramsapi-app'
57
docker-build-file-name: './Dockerfile'
58
environment: ${{ needs.set-env.outputs.environment }}
59
+ annotate-release: ${{ needs.set-env.outputs.environment == 'development' }}
60
docker-build-args: |
61
COMMIT_SHA="${{ needs.set-env.outputs.checked-out-sha }}"
62
secrets:
0 commit comments