Skip to content

Commit d0c1da7

Browse files
authored
Disable caching
We want to install the newest version of new packages every time, so disable caching as cache isn't invalidated when a package is updated.
1 parent 9a3b1d7 commit d0c1da7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ jobs:
7979
push: ${{ github.event_name != 'pull_request' }}
8080
tags: ${{ steps.meta.outputs.tags }}
8181
labels: ${{ steps.meta.outputs.labels }}
82-
cache-from: type=gha
83-
cache-to: type=gha,mode=max
82+
no-cache: true
8483

8584
# Sign the resulting Docker image digest except on PRs.
8685
# This will only write to the public Rekor transparency log when the Docker

0 commit comments

Comments
 (0)