Skip to content

Commit

Permalink
fix bug in operator sdk version string
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <[email protected]>
  • Loading branch information
komish committed Nov 14, 2023
1 parent d72d1bd commit ecf5609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
CONTROLLER_IMAGE_NAME: simple-demo-operator
BUNDLE_IMAGE_NAME: simple-demo-operator-bundle
OPERATOR_SDK_VERSION: 1.32.0'
OPERATOR_SDK_VERSION: 1.32.0
jobs:
tag-controller-for-release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
tags: ${{ env.VPREFIXED_RELEASE_TAG }} # Note: "vX.Y.Z" prefixed!
registry: quay.io/${{ secrets.IMAGE_REPOSITORY }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
password: ${{ secrets.REGISTRY_PASSWORD }}

0 comments on commit ecf5609

Please sign in to comment.