Skip to content

Commit 08a977a

Browse files
authored
removing cache in build/push (#8)
* release tasks * moving back to Ubuntu22 runner * removing cache
1 parent b4bbee0 commit 08a977a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# multi-platform images and export cache
4747
# https://github.com/docker/setup-buildx-action
4848
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
49+
uses: docker/setup-buildx-action@v3
5050

5151
# Login against a Docker registry
5252
# https://github.com/docker/login-action
@@ -88,8 +88,8 @@ jobs:
8888
platforms: linux/amd64,linux/arm64
8989
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.vTag }}
9090
labels: ${{ steps.meta.outputs.labels }}
91-
cache-from: type=gha
92-
cache-to: type=gha,mode=max
91+
# cache-from: type=gha
92+
# cache-to: type=gha,mode=max
9393

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

0 commit comments

Comments
 (0)