Skip to content

Commit 9094435

Browse files
committed
Use mp/image_tag_suffix
1 parent d49f52a commit 9094435

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-docker-artifacts-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ concurrency:
3333
cancel-in-progress: true
3434

3535
env:
36-
WORKFLOW_BRANCH: "main"
36+
WORKFLOW_BRANCH: "mp/image_tag_suffix"
3737

3838
permissions:
3939
contents: read

.github/workflows/build-docker-artifacts-trigger-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
cancel-in-progress: true
2929

3030
env:
31-
WORKFLOW_BRANCH: "main"
31+
WORKFLOW_BRANCH: "mp/image_tag_suffix"
3232

3333
permissions:
3434
contents: read
@@ -106,6 +106,6 @@ jobs:
106106
repo: "infrastructure-k8s"
107107
github_token: ${{ secrets.DATAVISYN_BOT_REPO_TOKEN }}
108108
workflow_file_name: "push-docker-artifact-to-customer.yml"
109-
ref: "main"
109+
ref: "mp/image_tag_suffix"
110110
github_user: ${{ secrets.DV_BOT_USER }}
111111
client_payload: ${{ toJson(matrix.customer) }}

.github/workflows/build-docker-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ concurrency:
4646
cancel-in-progress: true
4747

4848
env:
49-
WORKFLOW_BRANCH: "main"
49+
WORKFLOW_BRANCH: "mp/image_tag_suffix"
5050
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
5151
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
5252

@@ -454,7 +454,7 @@ jobs:
454454
# if? When should we do this? Always? Only for certain branches? If so, how should we define that, in the config.json?
455455
# We need the always() && !cancelled() && !failure() because the test-images may have been skipped (which is fine), but this transitvely propagates through retag-images to here. See https://github.com/actions/runner/issues/491#issuecomment-1507495166
456456
if: ${{ always() && !cancelled() && !failure() && fromJson(needs.get-flavors.outputs.result).skip_push != true && fromJson(needs.get-flavors.outputs.result).push_to != '' }}
457-
uses: datavisyn/github-workflows/.github/workflows/build-docker-artifacts-trigger-push.yml@main
457+
uses: datavisyn/github-workflows/.github/workflows/build-docker-artifacts-trigger-push.yml@mp/image_tag_suffix
458458
secrets: inherit
459459
with:
460460
push_to: ${{ fromJson(needs.get-flavors.outputs.result).push_to }}

0 commit comments

Comments
 (0)