File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed
Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,10 @@ jobs:
3232 ./gen-rel-notes.sh > CHANGELOG
3333
3434 - name : Build the stack
35- run : docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION}
36- env :
37- ENV : ${{ vars.ENV }}
38- WS_DOCKER_REGISTRY : ${{ vars.WS_DOCKER_REGISTRY }}
39-
40- # passwords
41- WS_API_DB_PASS : ${{ secrets.WS_API_DB_PASS }}
42- WS_MAPBOX_ACCESS_TOKEN : ${{ secrets.WS_MAPBOX_ACCESS_TOKEN }}
43- WS_OSM_DB_PASS : ${{ secrets.WS_OSM_DB_PASS }}
44- WS_OSM_SECRET_KEY_BASE : ${{ secrets.WS_OSM_SECRET_KEY_BASE }}
45- WS_SMTP_PASS : ${{ secrets.WS_SMTP_PASS }}
46- WS_TASKS_DB_PASS : ${{ secrets.WS_TASKS_DB_PASS }}
47- WS_TASKS_SECRET_KEY : ${{ secrets.WS_TASKS_SECRET_KEY }}
48-
49- - name : Push the stack to AzureCR
50- run : docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
35+ run : |
36+ cp tdei_uw.env .env
37+ echo "CODE_VERSION=${CODE_VERSION}" >> .env
38+ docker buildx bake -f docker-compose.build.yml --push
5139 env :
5240 ENV : ${{ vars.ENV }}
5341 WS_DOCKER_REGISTRY : ${{ vars.WS_DOCKER_REGISTRY }}
You can’t perform that action at this time.
0 commit comments