Skip to content

Commit 7298624

Browse files
committed
test push - to revert
1 parent ab38ec2 commit 7298624

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/build-on-branch.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
required: true
1717

1818
env:
19-
CONTAINER_REGISTRY: europe-docker.pkg.dev/dynatrace-demoability/docker/easytrade
19+
CONTAINER_REGISTRY: europe-docker.pkg.dev/dynatrace-demoability/docker-test/easytrade
2020

2121
jobs:
2222
snyk:
@@ -31,7 +31,7 @@ jobs:
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
@@ -46,3 +46,11 @@ jobs:
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 }}

0 commit comments

Comments
 (0)