Skip to content

Commit

Permalink
Fix operator ship tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sarunask committed Apr 18, 2023
1 parent fad0daa commit 0c959b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: kafkaobjects-operator ship action
on:
push:
tags:
- 'v*'
- 'operator/v*'

concurrency:
group: ci-ship-${{ inputs.git_repo }}-${{ github.ref }}-1
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: olegtarasov/[email protected]
id: tagName
with:
tagRegex: '(.*)'
tagRegex: 'operator/(.*)'
tagRegexGroup: 1

- name: Create valid tag(s)
Expand Down

0 comments on commit 0c959b2

Please sign in to comment.