We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccbf14 commit 053a61bCopy full SHA for 053a61b
deployments/container/native-only.mk
@@ -13,9 +13,7 @@
13
# limitations under the License.
14
15
PUSH_ON_BUILD ?= false
16
-ATTACH_ATTESTATIONS ?= false
17
DOCKER_BUILD_PLATFORM_OPTIONS ?= --platform=linux/amd64
18
-DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD) --provenance=$(ATTACH_ATTESTATIONS) --sbom=$(ATTACH_ATTESTATIONS)
19
20
ifeq ($(PUSH_ON_BUILD),true)
21
$(DOCKER) push "$(IMAGE)"
0 commit comments