Skip to content

Commit ce358eb

Browse files
committed
ci: run docker in case if new version has been released
1 parent dfad5d2 commit ce358eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
name: Docker
3030
runs-on: ubuntu-latest
3131
needs: release
32+
if: needs.release.outputs.new_release_published == 'true'
3233
steps:
3334
- name: Checkout code
3435
uses: actions/checkout@v4

0 commit comments

Comments
 (0)