Skip to content

Commit

Permalink
fix typos and naming
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Aug 20, 2024
1 parent 170cf16 commit 636de23
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/actions/build-sign-publish-chainlink/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ outputs:

runs:
using: composite
env:
steps:
- name: Set shared variables
shell: bash
Expand Down Expand Up @@ -252,8 +251,8 @@ runs:
shell: sh
run: |
cosign verify "${{ env.root_image_name }}" \
--certificate-oidc-issuer ${{ env.OIDC_ISSUER }} \
--certificate-identity "${{ env.OIDC_IDENTITY }}"
--certificate-oidc-issuer ${{ env.oidc-issuer }} \
--certificate-identity "${{ env.oidc-identity }}"
# This automatically signs the image with the correct OIDC provider from Github
- if: inputs.sign-images == 'true'
Expand All @@ -267,5 +266,5 @@ runs:
shell: sh
run: |
cosign verify "${{ env.nonroot_image_name }}" \
--certificate-oidc-issuer ${{ env.OIDC_ISSUER }} \
--certificate-identity "${{ env.OIDC_IDENTITY }}"
--certificate-oidc-issuer ${{ env.oidc-issuer }} \
--certificate-identity "${{ env.oidc-identity }}"

0 comments on commit 636de23

Please sign in to comment.