Skip to content

Commit a9bba1e

Browse files
committed
Update build.yaml
1 parent b42865d commit a9bba1e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ jobs:
3434

3535
- name: Set up Docker Buildx
3636
uses: docker/setup-buildx-action@v3
37-
38-
- name: Cache Docker layers
39-
uses: actions/cache@v4
40-
with:
41-
path: /tmp/.buildkit-cache
42-
key: ${{ runner.os }}-buildx-${{ github.sha }}
43-
restore-keys: |
44-
${{ runner.os }}-buildx-
4537

4638
- name: Build and push
4739
run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --push --build-arg CODE_VERSION=${CODE_VERSION}
@@ -59,11 +51,6 @@ jobs:
5951
WS_TASKS_DB_PASS: ${{ secrets.WS_TASKS_DB_PASS }}
6052
WS_TASKS_SECRET_KEY: ${{ secrets.WS_TASKS_SECRET_KEY }}
6153

62-
- name: Move new cache
63-
run: |
64-
rm -rf /tmp/.buildkit-cache
65-
mv /tmp/.buildkit-cache-new /tmp/.buildkit-cache
66-
6754
- name: Print changelog
6855
run: echo ${{steps.build_changelog.outputs.changelog}}
6956

0 commit comments

Comments
 (0)