From 9e0dc8e5046330358f6a013e101c5e17d0a9d7a9 Mon Sep 17 00:00:00 2001 From: Tharindu Weerasinghe <52607043+tharindu-nw@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:01:59 +0530 Subject: [PATCH] Set provenance to false in docker build push action --- .github/workflows/publish-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index f39ebbe9e6..4362177bcc 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -103,6 +103,7 @@ jobs: load: true push: false platforms: linux/amd64,linux/arm64 + provenance: false tags: ballerina/ballerina:release-test build-args: | BALLERINA_DIST=ballerina-${{ steps.version-set.outputs.sversion }}.zip