Skip to content

Commit 4ca2e4d

Browse files
committed
undo change
1 parent 5077a9d commit 4ca2e4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-single-image.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: docker/setup-qemu-action@v2
4646

4747
- name: Publish Image To Quay
48+
if: steps.release_status.ouputs.OUTPUT == 'unreleased'
4849
run: python pipeline.py --image-name ${{ github.event.inputs.pipeline-argument }} --release --sign
4950
env:
5051
MONGODB_COMMUNITY_CONFIG: "${{ github.workspace }}/scripts/ci/config.json"

0 commit comments

Comments
 (0)