Skip to content

Commit

Permalink
fix: 💚 fix when to if
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito committed Nov 20, 2023
1 parent 6bbb9f2 commit 73070de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all-in-one-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 73070de

Please sign in to comment.