We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dde89 commit f4a17cdCopy full SHA for f4a17cd
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
tag: ${{ needs.prepare.outputs.tag }}
25
26
build-and-push-container:
27
- needs: build-release
+ needs: [ build-release, prepare ]
28
uses: openconext/openconext-githubactions/.github/workflows/build-push-docker-image.yml@main
29
with:
30
component_name: "Stepup-gssp-example"
0 commit comments