Skip to content

Commit 75be129

Browse files
committed
Revert
1 parent 148e694 commit 75be129

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: "feat-add-registry-type"
36+
WORKFLOW_BRANCH: "main"
3737

3838
permissions:
3939
contents: read

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

Lines changed: 3 additions & 3 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: "feat-add-registry-type"
31+
WORKFLOW_BRANCH: "main"
3232

3333
permissions:
3434
contents: read
@@ -100,12 +100,12 @@ jobs:
100100
steps:
101101
- name: Trigger push docker artifacts to ${{ matrix.customer.customer }}
102102
if: ${{ matrix.customer.customer_json.skip != true }}
103-
uses: datavisyn/github-action-trigger-workflow@v2-test
103+
uses: datavisyn/github-action-trigger-workflow@v1
104104
with:
105105
owner: "datavisyn"
106106
repo: "infrastructure-k8s"
107107
github_token: ${{ secrets.DATAVISYN_BOT_REPO_TOKEN }}
108108
workflow_file_name: "push-docker-artifact-to-customer.yml"
109-
ref: "feat-add-registry-type"
109+
ref: "main"
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: "feat-add-registry-type"
49+
WORKFLOW_BRANCH: "main"
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

@@ -453,7 +453,7 @@ jobs:
453453
# if? When should we do this? Always? Only for certain branches? If so, how should we define that, in the config.json?
454454
# 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
455455
if: ${{ always() && !cancelled() && !failure() && fromJson(needs.get-flavors.outputs.result).skip_push != true && fromJson(needs.get-flavors.outputs.result).push_to != '' }}
456-
uses: datavisyn/github-workflows/.github/workflows/build-docker-artifacts-trigger-push.yml@feat-add-registry-type
456+
uses: datavisyn/github-workflows/.github/workflows/build-docker-artifacts-trigger-push.yml@main
457457
secrets: inherit
458458
with:
459459
push_to: ${{ fromJson(needs.get-flavors.outputs.result).push_to }}

0 commit comments

Comments
 (0)