Skip to content

Commit 72c892a

Browse files
committed
ci: fix docker build
1 parent 2edadaa commit 72c892a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
8383
docker:
8484
runs-on: ubuntu-latest
85+
needs: [ release ]
8586
if: github.event_name == 'push' && needs.release.outputs.new_version != ''
8687
steps:
8788
- name: Checkout

0 commit comments

Comments
 (0)