From 7987e8a76b2ecc473c51dbdbe5a94cf43a5904b0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 12 Jan 2023 21:39:47 +0100 Subject: [PATCH] Revert "test buildx provenance" This reverts commit 1a1695764e29c50727d7b3be20802ed2eeddcfa6. --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 72c9e9b..7cd34ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -113,6 +113,7 @@ steps: platforms: - linux/amd64 - linux/arm64 + provenance: false repo: thegeeklab/${DRONE_REPO_NAME} when: ref: @@ -128,6 +129,7 @@ steps: platforms: - linux/amd64 - linux/arm64 + provenance: false repo: thegeeklab/${DRONE_REPO_NAME} username: from_secret: docker_username @@ -148,6 +150,7 @@ steps: platforms: - linux/amd64 - linux/arm64 + provenance: false registry: quay.io repo: quay.io/thegeeklab/${DRONE_REPO_NAME} username: @@ -280,6 +283,6 @@ depends_on: --- kind: signature -hmac: 061439f031fceeed1bcc3640879c99f10125f4f6f2fad10434e9f9b861a53ebb +hmac: 0a2edb569e156dbb6c32a44b812757a28156b31a44325585c0f19ee0c6706fd4 ...