Skip to content

Commit 05aea3c

Browse files
committed
Update build.yaml
1 parent 578576f commit 05aea3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
uses: docker/setup-buildx-action@v3
3737

3838
- 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}
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}
4042
env:
4143
ENV: ${{ vars.ENV }}
4244
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}

0 commit comments

Comments
 (0)