Skip to content

Commit 307a5fa

Browse files
authored
chore(ci): fix release workflow error (#666)
1 parent 5523ea0 commit 307a5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
platforms: linux/amd64, linux/arm64
136136

137137
trigger-workflow-build-cluster-image:
138-
needs: [dockerize-controllers, dockerize-server, dockerize-web]
138+
needs: [dockerize-server, dockerize-web]
139139
runs-on: ubuntu-latest
140140
steps:
141141
- name: Set env

0 commit comments

Comments
 (0)