File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ name: "Build Images"
22on :
33 workflow_dispatch :
44 inputs :
5- logLevel :
6- description : ' Log level '
5+ environment :
6+ description : ' Environment '
77 required : true
8- default : ' warning'
9- tags :
10- description : ' Test Workflow'
8+ default : ' dev'
119
1210jobs :
1311 build :
2018 submodules : recursive
2119
2220 - name : Login to Docker Hub
23- environment : dev
21+ environment : " dev"
2422 uses : docker/login-action@v3
2523 with :
2624 registry : ${{ vars.WS_DOCKER_REGISTRY }}
@@ -31,11 +29,11 @@ jobs:
3129 run : echo "CODE_VERSION=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
3230
3331 - name : Build the stack
34- environment : dev
32+ environment : " dev"
3533 run : docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION}
3634
3735 - name : Push the stack to ACR
38- environment : dev
36+ environment : " dev"
3937 run : docker compose --env-file tdei_uw.env push
4038
4139
You can’t perform that action at this time.
0 commit comments