Skip to content

Commit 39cfe8c

Browse files
committed
Update build.yaml
1 parent b386bca commit 39cfe8c

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
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
cp tdei_uw.env .env
3737
echo "CODE_VERSION=${CODE_VERSION}" >> .env
38-
docker buildx bake -f docker-compose.build.yml --push --set *.cache-from=type=registry,ref=${{ vars.WS_DOCKER_REGISTRY }}/${{ vars.DOCKERHUB_USERNAME }}/cache:latest --set *.cache-to=type=registry,ref=${{ vars.WS_DOCKER_REGISTRY }}/${{ vars.DOCKERHUB_USERNAME }}/cache:latest
38+
docker buildx bake -f docker-compose.build.yml --push
3939
env:
4040
ENV: ${{ vars.ENV }}
4141
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}

0 commit comments

Comments
 (0)