Skip to content

Commit 0f397d0

Browse files
committed
build: fix docker release
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent f4c04bf commit 0f397d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
- name: Publish Docker Image for version "${{ env.VERSION }}"
203203
run: docker push "$DOCKER_REPO:$VERSION"
204204
- name: Publish Docker Image as "latest"
205-
if: ${{ github.event.inputs.prerelease == 'true' }}
205+
if: ${{ github.event.inputs.prerelease == 'false' }}
206206
run: docker push "$DOCKER_REPO:latest"
207207
# TODO: publish all files in $REPORTS_DIR as release assets - see https://github.com/actions/upload-release-asset
208208
- name: Docker logout

0 commit comments

Comments
 (0)