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 578576f commit 05aea3cCopy full SHA for 05aea3c
.github/workflows/build.yaml
@@ -36,7 +36,9 @@ jobs:
36
uses: docker/setup-buildx-action@v3
37
38
- name: Build and push
39
- run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --push --build-arg CODE_VERSION=${CODE_VERSION}
+ 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}
42
env:
43
ENV: ${{ vars.ENV }}
44
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
0 commit comments