We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d577156 commit 4b350f2Copy full SHA for 4b350f2
.github/workflows/build.yaml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
cp tdei_uw.env .env
45
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
+ 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'
47
env:
48
ENV: ${{ vars.ENV }}
49
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
0 commit comments