We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4bbee0 commit 08a977aCopy full SHA for 08a977a
1 file changed
.github/workflows/docker-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
# multi-platform images and export cache
47
# https://github.com/docker/setup-buildx-action
48
- name: Set up Docker Buildx
49
- uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
+ uses: docker/setup-buildx-action@v3
50
51
# Login against a Docker registry
52
# https://github.com/docker/login-action
@@ -88,8 +88,8 @@ jobs:
88
platforms: linux/amd64,linux/arm64
89
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.vTag }}
90
labels: ${{ steps.meta.outputs.labels }}
91
- cache-from: type=gha
92
- cache-to: type=gha,mode=max
+ # cache-from: type=gha
+ # cache-to: type=gha,mode=max
93
94
# Sign the resulting Docker image digest except on PRs.
95
# This will only write to the public Rekor transparency log when the Docker
0 commit comments