We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5077a9d commit 4ca2e4dCopy full SHA for 4ca2e4d
.github/workflows/release-single-image.yml
@@ -45,6 +45,7 @@ jobs:
45
uses: docker/setup-qemu-action@v2
46
47
- name: Publish Image To Quay
48
+ if: steps.release_status.ouputs.OUTPUT == 'unreleased'
49
run: python pipeline.py --image-name ${{ github.event.inputs.pipeline-argument }} --release --sign
50
env:
51
MONGODB_COMMUNITY_CONFIG: "${{ github.workspace }}/scripts/ci/config.json"
0 commit comments