Skip to content

Commit 13dde89

Browse files
committed
Docker build needs the release to be built first
1 parent 135525e commit 13dde89

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: prepare
27+
needs: build-release
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)