Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
fix cosign workflow (#63)
Browse files Browse the repository at this point in the history
* fix cosign workflow

* bump version to 0.13.0

---------

Co-authored-by: Blowa <blowaxd693@gmail.com>
  • Loading branch information
Pumba98 and BlowaXD authored Aug 3, 2023
1 parent 0c6626c commit 8293513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
if: ${{ steps.image_exists.outcome != 'success' && github.event_name != 'pull_request' }}
env:
COSIGN_EXPERIMENTAL: "true"
run: echo "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.app_version.outputs.result }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
run: echo "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.app_version.outputs.result }}" | xargs -I {} cosign sign -y {}@${{ steps.build-and-push.outputs.digest }}

release:
needs: build
Expand Down
4 changes: 2 additions & 2 deletions charts/bitwarden-secret-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Deploy the Bitwarden Secret Operator

type: application

version: "0.12.1"
version: "0.13.0"

appVersion: "0.12.1"
appVersion: "0.13.0"

keywords:
- operator
Expand Down

0 comments on commit 8293513

Please sign in to comment.