File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 build :
1212 runs-on : ubuntu-latest
1313 name : Image Build
14+ environment : " dev"
1415 timeout-minutes : 45
1516 steps :
1617 - uses : actions/checkout@v2
1718 with :
1819 submodules : recursive
1920
2021 - name : Login to Docker Hub
21- environment : " dev"
2222 uses : docker/login-action@v3
2323 with :
2424 registry : ${{ vars.WS_DOCKER_REGISTRY }}
2929 run : echo "CODE_VERSION=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
3030
3131 - name : Build the stack
32- environment : " dev"
3332 run : docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION}
3433
3534 - name : Push the stack to ACR
36- environment : " dev"
3735 run : docker compose --env-file tdei_uw.env push
3836
3937
You can’t perform that action at this time.
0 commit comments