We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50720c commit a8cdf70Copy full SHA for a8cdf70
.github/workflows/main.yml
@@ -29,8 +29,6 @@ jobs:
29
tags: |
30
cs50/cli:amd64
31
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
34
35
- name: Push linux/amd64 build to Docker Hub
36
if: ${{ github.ref == 'refs/heads/main' }}
@@ -69,8 +67,6 @@ jobs:
69
67
70
68
cs50/cli:arm64
71
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
74
75
- name: Push linux/arm64 build to Docker Hub
76
0 commit comments