Skip to content

Commit

Permalink
fix(controller-container): fix the maintenance release branch in the …
Browse files Browse the repository at this point in the history
…ci (#90)
  • Loading branch information
JossWhittle authored Apr 3, 2024
1 parent bdd0ba3 commit 6df27fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/controller-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
release-tag-format: 'controller-container-${version}'
release-branches: |
[
'maintenance/controller-container/release/[0-9]+\.([0-9]+|x)\.x',
'maintenance/controller-container/[0-9]+\.([0-9]+|x)\.x',
'main'
]
cosign-public-key: ${{ vars.COSIGN_PUBLIC_KEY }}
Expand Down

0 comments on commit 6df27fa

Please sign in to comment.