Skip to content

Commit d55c21b

Browse files
committed
Fix dependency job name in github actions for building docker image
1 parent 2b67955 commit d55c21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
push-images:
7474
name: Push Multiarch Images
75-
needs: build-with-matrix
75+
needs: build-image
7676
runs-on: ubuntu-24.04
7777
steps:
7878
- name: Checkout

0 commit comments

Comments
 (0)