Skip to content

Commit a8cdf70

Browse files
committed
remove build cache configuration from Docker build steps
1 parent c50720c commit a8cdf70

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
tags: |
3030
cs50/cli:amd64
3131
cs50/cli:canary-amd64
32-
cache-from: type=registry,ref=cs50/cli:amd64-buildcache
33-
cache-to: type=registry,ref=cs50/cli:amd64-buildcache,mode=max
3432
3533
- name: Push linux/amd64 build to Docker Hub
3634
if: ${{ github.ref == 'refs/heads/main' }}
@@ -69,8 +67,6 @@ jobs:
6967
tags: |
7068
cs50/cli:arm64
7169
cs50/cli:canary-arm64
72-
cache-from: type=registry,ref=cs50/cli:arm64-buildcache
73-
cache-to: type=registry,ref=cs50/cli:arm64-buildcache,mode=max
7470
7571
- name: Push linux/arm64 build to Docker Hub
7672
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)