Skip to content

Commit 4ef14b1

Browse files
edit
1 parent c6e3806 commit 4ef14b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ jobs:
118118
run: |
119119
if [[ "${{ env.BRANCH_NAME }}" == "main" ]]; then
120120
IMAGE_TAG="latest"
121-
elif [[ "${{ env.BRANCH_NAME }}" == "dev" ]]; then
122-
IMAGE_TAG="dev"
123121
elif [[ "${{ env.BRANCH_NAME }}" == "hotfix" ]]; then
124122
IMAGE_TAG="hotfix"
125123
else

0 commit comments

Comments
 (0)