Skip to content

Commit cbe08e6

Browse files
committed
Update build.yaml
1 parent 4b350f2 commit cbe08e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
cp tdei_uw.env .env
4545
echo "CODE_VERSION=${CODE_VERSION}" >> .env
46-
docker buildx bake -f docker-compose.build.yml --push --set '*.cache-from=type=local,src=/tmp/.buildx-cache-app' --set '*.cache-to=type=local,dest=/tmp/.buildx-cache-app-new,mode=max'
46+
docker buildx bake -f docker-compose.build.yml --push --set '*.cache-from=type=local,src=/tmp/.buildx-cache-app' --set '*.cache-to=type=local,dest=/tmp/.buildx-cache-app-new,mode=max' --allow=fs=/tmp
4747
env:
4848
ENV: ${{ vars.ENV }}
4949
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}

0 commit comments

Comments
 (0)