Skip to content

Commit d48cffb

Browse files
drop caching
I believe this is the cause of the failure to push layers since I was able to build and push the image myself locally without the cache
1 parent e80af8a commit d48cffb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
uses: docker/build-push-action@v7
6565
with:
6666
context: .
67-
cache-from: type=registry,ref=ldmx/dev:build-cache-${{ matrix.platform }}
68-
cache-to: type=registry,ref=ldmx/dev:build-cache-${{ matrix.platform }},mode=max
6967
platforms: linux/${{ matrix.platform }}
7068
labels: ${{ steps.meta.outputs.labels }}
7169
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true

0 commit comments

Comments
 (0)