File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -46,24 +46,26 @@ jobs:
4646
4747 - name : Build and push
484849+ env :
50+ ENV : ${{ vars.ENV }}
51+ WS_DOCKER_REGISTRY : ${{ vars.WS_DOCKER_REGISTRY }}
52+
53+ # passwords
54+ WS_API_DB_PASS : ${{ secrets.WS_API_DB_PASS }}
55+ WS_MAPBOX_ACCESS_TOKEN : ${{ secrets.WS_MAPBOX_ACCESS_TOKEN }}
56+ WS_OSM_DB_PASS : ${{ secrets.WS_OSM_DB_PASS }}
57+ WS_OSM_SECRET_KEY_BASE : ${{ secrets.WS_OSM_SECRET_KEY_BASE }}
58+ WS_SMTP_PASS : ${{ secrets.WS_SMTP_PASS }}
59+ WS_TASKS_DB_PASS : ${{ secrets.WS_TASKS_DB_PASS }}
60+ WS_TASKS_SECRET_KEY : ${{ secrets.WS_TASKS_SECRET_KEY }}
4961 with :
5062 files : docker-buildx.build.hcl
5163 push : true
5264 set : |
5365 *.cache-from=type=local,src=/tmp/.buildx-cache
5466 *.cache-to=type=local,mode=max,dest=/tmp/.buildx-cache-new
55- *.ENV: ${{ vars.ENV }}
56- *.WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
57-
58- # passwords
59- *.WS_API_DB_PASS: ${{ secrets.WS_API_DB_PASS }}
60- *.WS_MAPBOX_ACCESS_TOKEN: ${{ secrets.WS_MAPBOX_ACCESS_TOKEN }}
61- *.WS_OSM_DB_PASS: ${{ secrets.WS_OSM_DB_PASS }}
62- *.WS_OSM_SECRET_KEY_BASE: ${{ secrets.WS_OSM_SECRET_KEY_BASE }}
63- *.WS_SMTP_PASS: ${{ secrets.WS_SMTP_PASS }}
64- *.WS_TASKS_DB_PASS: ${{ secrets.WS_TASKS_DB_PASS }}
65- *.WS_TASKS_SECRET_KEY: ${{ secrets.WS_TASKS_SECRET_KEY }}
66- allow : " fs=/tmp"
67+ allow :
68+ " fs=/tmp"
6769
6870 # - name: Build and push
6971 # run: |
You can’t perform that action at this time.
0 commit comments