Skip to content

Commit

Permalink
ci: fix docker release dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jan 15, 2024
1 parent 7cf8e6e commit 1a24271
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,12 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
docker-build-release:
needs:
- linting
- packaging
- documentation
- unit-tests
- docker-build
# - integration-tests
if: ${{ github.ref_type == 'tag' }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1a24271

Please sign in to comment.