Skip to content

Commit 2665a71

Browse files
committed
ci: skip docker build cache
1 parent d3f7de8 commit 2665a71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
push: ${{ github.event_name != 'pull_request' }}
6161
tags: ${{ steps.meta.outputs.tags }}
6262
labels: ${{ steps.meta.outputs.labels }}
63-
cache-from: type=gha
64-
cache-to: type=gha,mode=max
63+
# cache-from: type=gha
64+
# cache-to: type=gha,mode=max
6565

6666
- run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
6767
if: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)