From 5d7243f8b5b3bf7bc92fef4cf7bbf2cd97a47541 Mon Sep 17 00:00:00 2001 From: "susith.rupasinghe" Date: Mon, 15 Jul 2024 23:23:01 +0530 Subject: [PATCH] Cosign stage removed --- .github/workflows/docker-publish.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index e3fbf54..a09bfbc 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -29,15 +29,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - - # Install the cosign tool except on PR - # https://github.com/sigstore/cosign-installer - - name: Install cosign - if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0 - with: - cosign-release: 'v1.11.1' - + # Workaround: https://github.com/docker/build-push-action/issues/461 - name: Setup Docker buildx