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 f4c04bf commit 0f397d0Copy full SHA for 0f397d0
.github/workflows/release.yml
@@ -202,7 +202,7 @@ jobs:
202
- name: Publish Docker Image for version "${{ env.VERSION }}"
203
run: docker push "$DOCKER_REPO:$VERSION"
204
- name: Publish Docker Image as "latest"
205
- if: ${{ github.event.inputs.prerelease == 'true' }}
+ if: ${{ github.event.inputs.prerelease == 'false' }}
206
run: docker push "$DOCKER_REPO:latest"
207
# TODO: publish all files in $REPORTS_DIR as release assets - see https://github.com/actions/upload-release-asset
208
- name: Docker logout
0 commit comments