Skip to content

Commit

Permalink
fix tag filter II
Browse files Browse the repository at this point in the history
Signed-off-by: Bug Fest <52962234+bugfest@users.noreply.github.com>
  • Loading branch information
bugfest committed Nov 13, 2023
1 parent a843d77 commit 4d62883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-tag.yml
Expand Up @@ -3,7 +3,7 @@ name: Build multiarch image - tag
on:
push:
tags:
- '[0-9]+\\.[0-9]+\\.[0-9]+(-rc\\.[0-9]+)?'
- '[0-9]+.[0-9]+.[0-9]+(-rc.[0-9]+)?'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 4d62883

Please sign in to comment.