We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb04337 commit b11c46eCopy full SHA for b11c46e
.github/workflows/release-image-check.yml
@@ -14,10 +14,10 @@ on:
14
required: false
15
default: ''
16
BUILDX_PLATFORMS:
17
- description: "buildx platforms (default: linux/amd64,linux/arm64)"
+ description: "buildx platforms (default: linux/amd64)"
18
type: string
19
20
- default: 'linux/amd64,linux/arm64'
+ default: 'linux/amd64'
21
BUILDX_ARGS:
22
description: "buildx args (default: --sbom=false --provenance=false)"
23
@@ -122,5 +122,3 @@ jobs:
122
platforms: ${{ inputs.BUILDX_PLATFORMS }}
123
tags: ${{ inputs.IMG }}:latest
124
build-args: ${{ inputs.BUILDX_ARGS }}
125
- cache-from: type=gha
126
- cache-to: type=gha,mode=max
0 commit comments