Skip to content

Commit

Permalink
fix tag filter IV
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 b7a3e98 commit 4b00808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-tag.yml
Expand Up @@ -3,8 +3,8 @@ name: Build multiarch image - tag
on:
push:
tags:
- [0-9]+.[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]-rc.[0-9]+"
branches:
- master
- release/*
Expand Down

0 comments on commit 4b00808

Please sign in to comment.