Skip to content

Commit

Permalink
chore(ci): fix release workflow error (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow authored Jan 20, 2023
1 parent 5523ea0 commit 307a5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
platforms: linux/amd64, linux/arm64

trigger-workflow-build-cluster-image:
needs: [dockerize-controllers, dockerize-server, dockerize-web]
needs: [dockerize-server, dockerize-web]
runs-on: ubuntu-latest
steps:
- name: Set env
Expand Down

0 comments on commit 307a5fa

Please sign in to comment.