Skip to content

Commit

Permalink
fix tag filter III
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 4d62883 commit b7a3e98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main-tag.yml
Expand Up @@ -3,7 +3,11 @@ name: Build multiarch image - tag
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+(-rc.[0-9]+)?'
- [0-9]+.[0-9]+.[0-9]
- [0-9]+.[0-9]+.[0-9]-rc.[0-9]+
branches:
- master
- release/*
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b7a3e98

Please sign in to comment.