Skip to content

Commit d6943dc

Browse files
committed
Update build.yaml
1 parent c8b3354 commit d6943dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build and push
3939
run: |
4040
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}
41+
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
4242
env:
4343
ENV: ${{ vars.ENV }}
4444
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}

0 commit comments

Comments
 (0)