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 c8b3354 commit d6943dcCopy full SHA for d6943dc
.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Build and push
39
run: |
40
docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION}
41
- docker compose -f docker-compose.build.yml --env-file tdei_uw.env push --build-arg CODE_VERSION=${CODE_VERSION}
+ docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
42
env:
43
ENV: ${{ vars.ENV }}
44
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
0 commit comments