Skip to content

Commit 124f1b3

Browse files
author
Harmanpreet Kaur
committed
Update branch list for Docker build and push workflow and add version-pinning tag
1 parent 06fca72 commit 124f1b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Push Docker Images
22

33
on:
44
push:
5-
branches: [main, dev, demo, hotfix]
5+
branches: [main, dev, demo, hotfix, psl-pinversions]
66
pull_request:
77
branches: [main, dev, demo, hotfix]
88
types: [opened, ready_for_review, reopened, synchronize]
@@ -66,6 +66,8 @@ jobs:
6666
BASE_TAG="demo"
6767
elif [[ "$BRANCH" == "hotfix" ]]; then
6868
BASE_TAG="hotfix"
69+
elif [[ "$BRANCH" == "psl-pinversions" ]]; then
70+
BASE_TAG="version-pinning"
6971
else
7072
BASE_TAG="pullrequest-ignore"
7173
fi

0 commit comments

Comments
 (0)