File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1616 required : true
1717
1818env :
19- CONTAINER_REGISTRY : europe-docker.pkg.dev/dynatrace-demoability/docker/easytrade
19+ CONTAINER_REGISTRY : europe-docker.pkg.dev/dynatrace-demoability/docker-test /easytrade
2020
2121jobs :
2222 snyk :
3131 calc-version :
3232 uses : ./.github/workflows/calc-version.yaml
3333 with :
34- release-branch : main
34+ release-branch : ci-v2
3535
3636 build-easytrade :
3737 runs-on : ubuntu-24.04
4646 push : false
4747 tag : ${{ needs.calc-version.outputs.version }}
4848 registry : ${{ env.CONTAINER_REGISTRY }}
49+
50+ - name : Push images on release
51+ if : needs.calc-version.outputs.is-release == 'true'
52+ uses : ./.github/actions/build-push-images
53+ with :
54+ push : true
55+ tag : ${{ needs.calc-version.outputs.version }}
56+ registry : ${{ env.CONTAINER_REGISTRY }}
You can’t perform that action at this time.
0 commit comments