Skip to content

Commit 95d460f

Browse files
fix: branch name
1 parent c48711a commit 95d460f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: "feat/trivy-config"
3737

3838
permissions:
3939
contents: read

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030
cancel-in-progress: true
3131

3232
env:
33-
WORKFLOW_BRANCH: "main"
33+
WORKFLOW_BRANCH: "feat/trivy-config"
3434

3535
permissions:
3636
contents: read

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ concurrency:
4343
cancel-in-progress: true
4444

4545
env:
46-
WORKFLOW_BRANCH: "main"
46+
WORKFLOW_BRANCH: "feat/trivy-config"
4747
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
4848
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
4949
NODE_BASE_IMAGE: "node:20.9-bullseye"

0 commit comments

Comments
 (0)