We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bef4882 + 00e52f7 commit 8eea545Copy full SHA for 8eea545
1 file changed
.github/workflows/docker-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
type=raw,value=latest,enable=${{ github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-') }}
57
58
- name: Go Build Cache for Docker
59
- uses: actions/cache@v4
+ uses: actions/cache@v5
60
with:
61
path: go-build-cache
62
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}
0 commit comments