Skip to content

Commit

Permalink
fix(action): remove cosign installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Windemiatrix committed May 28, 2024
1 parent 19ff25f commit 456cecc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,12 @@ inputs:
cosign-password:
description: "cosign password for private key"
required: true
cosign-installer-version:
description: "sigstore/cosign-installer version"
required: false
default: "v3.5.0"

runs:
using: "composite"

steps:

- name: Set cosign installer version
id: set_version
run: echo "COSIGN_INSTALLER_VERSION=${{ inputs.cosign-installer-version }}" >> $GITHUB_ENV
shell: bash

- name: Install Cosign
uses: sigstore/cosign-installer@${{ env.COSIGN_INSTALLER_VERSION }}

- name: Sign image with a key
env:
TAGS: ${{ inputs.image-tags }}
Expand Down

0 comments on commit 456cecc

Please sign in to comment.