Skip to content

Commit cc5f941

Browse files
committed
attach docker build to build action
1 parent 3065a6b commit cc5f941

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
@@ -245,7 +245,7 @@ jobs:
245245
docker:
246246
name: Build and push Docker image
247247
runs-on: ubuntu-latest
248-
# needs: build
248+
needs: [build]
249249
permissions: write-all
250250
if: inputs.build_docker == 'true'
251251
# if: false

0 commit comments

Comments
 (0)