Skip to content

Commit df67738

Browse files
committed
cpu only
1 parent a2c5571 commit df67738

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/docker-publish.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
- uses: docker/setup-qemu-action@v3 # multi-arch emulation
3737
- uses: docker/setup-buildx-action@v3 # Buildx driver with cache support
3838

39-
# -------- optional, but speeds repeat builds -----------
40-
- name: Restore Docker layer cache
41-
uses: actions/cache@v4
42-
with:
43-
path: /tmp/.buildx-cache
44-
key: ${{ runner.os }}-buildx-${{ github.sha }}
45-
restore-keys: ${{ runner.os }}-buildx-
46-
# --------------------------------------------------------
39+
# # -------- optional, but speeds repeat builds -----------
40+
# - name: Restore Docker layer cache
41+
# uses: actions/cache@v4
42+
# with:
43+
# path: /tmp/.buildx-cache
44+
# key: ${{ runner.os }}-buildx-${{ github.sha }}
45+
# restore-keys: ${{ runner.os }}-buildx-
46+
# # --------------------------------------------------------
4747

4848
- name: Log in to GHCR
4949
uses: docker/login-action@v3
@@ -62,5 +62,5 @@ jobs:
6262
tags: |
6363
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
6464
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
65-
cache-from: type=local,src=/tmp/.buildx-cache
66-
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
65+
# cache-from: type=local,src=/tmp/.buildx-cache
66+
# cache-to: type=local,dest=/tmp/.buildx-cache,mode=max

0 commit comments

Comments
 (0)