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 52788a4 commit f747dc6Copy full SHA for f747dc6
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
mode: "HYBRID"
34
35
- name: Build and push
36
- run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION}
+ run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --push --build-arg CODE_VERSION=${CODE_VERSION}
37
env:
38
ENV: ${{ vars.ENV }}
39
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
0 commit comments