File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - " *.*.*"
7- workflow_dispatch :
87
98jobs :
10- prepare :
11- runs-on : ubuntu-latest
12- outputs :
13- tag : ${{ steps.set_tag.outputs.tag }}
14- steps :
15- - name : Extract tag from GITHUB_REF
16- id : set_tag
17- run : echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
18-
19- build-release :
20- needs : prepare
21- uses : openconext/openconext-githubactions/.github/workflows/build-release.yml@main
9+ build-release-and-push-container :
10+ uses : openconext/openconext-githubactions/.github/workflows/symfony-release.yml@main
2211 with :
2312 component_name : " Stepup-gssp-example"
24- tag : ${{ needs.prepare.outputs.tag }}
25-
26- build-and-push-container :
27- 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"
31- tag : ${{ needs.prepare.outputs.tag }}
You can’t perform that action at this time.
0 commit comments