Skip to content

Commit

Permalink
temporary remove unreleased check
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Ben committed Oct 18, 2023
1 parent 70a9a23 commit 787a907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-single-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Publish Image To Quay
if: steps.release_status.outputs.OUTPUT == 'unreleased'
#if: steps.release_status.outputs.OUTPUT == 'unreleased'
run: python pipeline.py --image-name ${{ github.event.inputs.pipeline-argument }} --release true
env:
MONGODB_COMMUNITY_CONFIG: "${{ github.workspace }}/scripts/ci/config.json"
Expand Down

0 comments on commit 787a907

Please sign in to comment.