Skip to content

Commit 8a4992b

Browse files
committed
[skip ci] Update workflow build-push.yml
1 parent 7cb8c6f commit 8a4992b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ on:
1717
branches:
1818
- main
1919
tags:
20-
- v[0-9]+.[0-9]+.[0-9]+
21-
- v[0-9]+.[0-9]+.[0-9]+-[0-9]+
20+
- v[0-9]+.[0-9]+.[0-9]+*
2221
pull_request:
2322

2423
env:
@@ -56,6 +55,7 @@ jobs:
5655
type=ref,event=pr
5756
type=semver,pattern={{version}}
5857
type=semver,pattern={{major}}.{{minor}}
58+
type=match,pattern=v(.*),group=1
5959
# type=sha
6060
6161
- name: Set up QEMU
@@ -87,7 +87,7 @@ jobs:
8787
password: ${{ secrets.PANUBUILD_QUAYIO_TOKEN }}
8888

8989
- name: Setup BATS
90-
uses: mig4/setup-bats@v1
90+
uses: panubo/setup-bats-action@v2
9191
with:
9292
bats-version: 1.7.0
9393

0 commit comments

Comments
 (0)