diff --git a/.github/workflows/build-all-in-one-image.yml b/.github/workflows/build-all-in-one-image.yml index 73a6d5ed4d..bde311adfe 100644 --- a/.github/workflows/build-all-in-one-image.yml +++ b/.github/workflows/build-all-in-one-image.yml @@ -42,7 +42,7 @@ jobs: docker push illasoft/illa-builder:${IMAGE_TAG} - name: Release Docker image - when: + if: github.event_name == 'release' && startsWith(github.event.release.tag_name, 'illa-builder@') run: |