Skip to content

Commit 27f7073

Browse files
authored
Merge branch 'dev' into main
2 parents 6f263a4 + 0917f27 commit 27f7073

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
options:
1616
- ''
1717
- '--no-cache'
18-
18+
1919
jobs:
2020
build:
2121
runs-on: ubuntu-latest
@@ -62,6 +62,7 @@ jobs:
6262
env:
6363
ENV: ${{ vars.ENV }}
6464
CODE_VERSION: ${{ github.sha }}
65+
ENV_NAME_PARAM: "${{ vars.ENV == 'prod' && '' || -${{ENV}} }}"
6566

6667
# machine to deploy to
6768
AZURE_DOCKER_HOST_IP: ${{ vars.AZURE_DOCKER_HOST_IP }}

0 commit comments

Comments
 (0)