Skip to content

Commit

Permalink
removed cosign initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Nov 27, 2023
1 parent 172889a commit 8f74c13
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,6 @@ jobs:
push: true
tags: "${{ env.OPERATOR_IMAGE_REPOSITORY }}:latest-${{ steps.setup-build-step.outputs.platform_os }}-${{ steps.setup-build-step.outputs.platform_arch }},${{ env.OPERATOR_IMAGE_REPOSITORY }}:${{ env.OPERATOR_VERSION }}-${{ steps.setup-build-step.outputs.platform_os }}-${{ steps.setup-build-step.outputs.platform_arch }}"

- name: Cosign login and initialize
run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | cosign login --username ${{ secrets.REGISTRY_USERNAME }} --password-stdin ${OPERATOR_IMAGE_REGISTRY%%/*}
cosign initialize
- name: Sign Operator Image
id: sign_operator
env:
Expand Down Expand Up @@ -526,11 +521,6 @@ jobs:
push: true
tags: "${{ env.BUNDLE_IMAGE_REPOSITORY }}:latest-${{ steps.setup-build-step.outputs.platform_os }}-${{ steps.setup-build-step.outputs.platform_arch }},${{ env.BUNDLE_IMAGE_REPOSITORY }}:${{ env.BUNDLE_VERSION }}-${{ steps.setup-build-step.outputs.platform_os }}-${{ steps.setup-build-step.outputs.platform_arch }}"

- name: Cosign login and initialize
run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | cosign login --username ${{ secrets.REGISTRY_USERNAME }} --password-stdin ${BUNDLE_IMAGE_REGISTRY%%/*}
cosign initialize
- name: Sign Bundle Image
id: sign_bundle
env:
Expand Down

0 comments on commit 8f74c13

Please sign in to comment.