diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea455aa..0112221 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,8 +37,6 @@ jobs: - name: Install cosign if: github.event_name != 'pull_request' uses: sigstore/cosign-installer@main - with: - cosign-release: 'v1.13.1' - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 @@ -72,7 +70,7 @@ jobs: - name: Sign the published Docker image if: ${{ github.event_name != 'pull_request' }} - run: cosign sign ${TAGS} + run: cosign sign ${TAGS} -y env: COSIGN_EXPERIMENTAL: "true" - TAGS: ${{ steps.meta.outputs.tags }} \ No newline at end of file + TAGS: ${{ steps.meta.outputs.tags }}