Skip to content

Commit f4a17cd

Browse files
committed
release: Make docker step dependent on prepare step
1 parent 13dde89 commit f4a17cd

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
@@ -24,7 +24,7 @@ jobs:
2424
tag: ${{ needs.prepare.outputs.tag }}
2525

2626
build-and-push-container:
27-
needs: build-release
27+
needs: [ build-release, prepare ]
2828
uses: openconext/openconext-githubactions/.github/workflows/build-push-docker-image.yml@main
2929
with:
3030
component_name: "Stepup-gssp-example"

0 commit comments

Comments
 (0)