Skip to content

Commit b11c46e

Browse files
committed
chore: no cache release image check
1 parent fb04337 commit b11c46e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-image-check.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
required: false
1515
default: ''
1616
BUILDX_PLATFORMS:
17-
description: "buildx platforms (default: linux/amd64,linux/arm64)"
17+
description: "buildx platforms (default: linux/amd64)"
1818
type: string
1919
required: false
20-
default: 'linux/amd64,linux/arm64'
20+
default: 'linux/amd64'
2121
BUILDX_ARGS:
2222
description: "buildx args (default: --sbom=false --provenance=false)"
2323
type: string
@@ -122,5 +122,3 @@ jobs:
122122
platforms: ${{ inputs.BUILDX_PLATFORMS }}
123123
tags: ${{ inputs.IMG }}:latest
124124
build-args: ${{ inputs.BUILDX_ARGS }}
125-
cache-from: type=gha
126-
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)