Skip to content

Commit

Permalink
fix/workflow: tag delimiter
Browse files Browse the repository at this point in the history
Signed-off-by: BugFest <[email protected]>
  • Loading branch information
bugfest committed Nov 18, 2023
1 parent 6a9b089 commit 0c23f54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build multiarch image - tag
on:
push:
tags:
- '[0-9]+-[0-9]+-[0-9]+-[0-9]+'
- '[0-9]+-[0-9]+-[0-9]+-[0-9]+-r[0-9]+'
- '[0-9]+-[0-9]+-[0-9]+-[0-9]+-rc[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+-r[0-9]+'

workflow_dispatch:

jobs:
Expand Down

0 comments on commit 0c23f54

Please sign in to comment.