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 b96fc89 commit 2bd2887Copy full SHA for 2bd2887
.github/workflows/pipeline.yml
@@ -442,7 +442,9 @@ jobs:
442
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
443
with:
444
body: |
445
- Version v${{ env.BUILD_VERSION }} released!
+ ## Version v${{ env.BUILD_VERSION }} released!
446
+
447
+ ---
448
```
449
contrast/agent-operator:${{ env.BUILD_VERSION }}
450
contrast/agent-operator@${{ needs.build-image.outputs.digest }}
0 commit comments