Skip to content

Commit c909f08

Browse files
chore: update build docker artifacts workflows
1 parent 9fc8ed6 commit c909f08

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: "vdelev_merged_upstream"
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: "vdelev_merged_upstream"
3232

3333
permissions:
3434
contents: read
@@ -100,7 +100,7 @@ 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@v1
103+
uses: datavisyn/github-action-trigger-workflow@vs-test
104104
with:
105105
owner: "datavisyn"
106106
repo: "infrastructure-k8s"

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

Lines changed: 1 addition & 1 deletion
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: "vdelev_merged_upstream"
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

0 commit comments

Comments
 (0)