Skip to content

Commit 1a24271

Browse files
committed
ci: fix docker release dependency
1 parent 7cf8e6e commit 1a24271

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,12 @@ jobs:
137137
labels: ${{ steps.meta.outputs.labels }}
138138
docker-build-release:
139139
needs:
140+
- linting
141+
- packaging
142+
- documentation
143+
- unit-tests
140144
- docker-build
145+
# - integration-tests
141146
if: ${{ github.ref_type == 'tag' }}
142147
runs-on: ubuntu-latest
143148
steps:

0 commit comments

Comments
 (0)