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 0936038 commit 86808dfCopy full SHA for 86808df
.github/workflows/build.yaml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
cp tdei_uw.env .env
62
echo "CODE_VERSION=${CODE_VERSION}" >> .env
63
- docker buildx bake --file docker-buildx.build.hcl --push
+ docker buildx bake --file docker-compose.build.yml --push
64
env:
65
ENV: ${{ vars.ENV }}
66
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
0 commit comments