File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Build and push
484849- env :
49+ with :
50+ files : docker-buildx.build.hcl
51+ push : true
52+ set : |
53+ *.cache-from=type=local,src=/tmp/.buildx-cache
54+ *.cache-to=type=local,mode=max,dest=/tmp/.buildx-cache-new
5055 ENV: ${{ vars.ENV }}
5156 WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
5257
5863 WS_SMTP_PASS : ${{ secrets.WS_SMTP_PASS }}
5964 WS_TASKS_DB_PASS : ${{ secrets.WS_TASKS_DB_PASS }}
6065 WS_TASKS_SECRET_KEY : ${{ secrets.WS_TASKS_SECRET_KEY }}
61- with :
62- files : docker-buildx.build.hcl
63- push : true
64- set : |
65- *.cache-from=type=local,src=/tmp/.buildx-cache
66- *.cache-to=type=local,mode=max,dest=/tmp/.buildx-cache-new
67- allow :
68- " fs=/tmp"
66+ allow : " fs=/tmp"
6967
7068 # - name: Build and push
7169 # run: |
You can’t perform that action at this time.
0 commit comments