Skip to content

Commit 61ad9ef

Browse files
committed
Update build.yaml
1 parent e439e5b commit 61ad9ef

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,15 @@ jobs:
3636
cp tdei_uw.env .env
3737
echo "CODE_VERSION=${CODE_VERSION}" >> .env
3838
39-
- name: Set up buildx
40-
uses: docker/setup-buildx-action@v3
41-
4239
- name: Build and push
4340
uses: docker/bake-action@v6
4441
with:
4542
files:
4643
docker-compose.build.yml
4744
push: true
48-
45+
set: |
46+
*.cache-from=type=registry,ref=user/app:latest
47+
*.cache-to=type=inline
4948
5049
env:
5150
ENV: ${{ vars.ENV }}

0 commit comments

Comments
 (0)