Skip to content

Commit

Permalink
[skip ci] Update workflow build-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trnubo committed Apr 13, 2023
1 parent 49013ac commit 32ba064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ on:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-[0-9]+
- v[0-9]+.[0-9]+.[0-9]+*
pull_request:

env:
Expand Down Expand Up @@ -56,6 +55,7 @@ jobs:
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=match,pattern=v(.*),group=1
# type=sha
- name: Set up QEMU
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
password: ${{ secrets.PANUBUILD_QUAYIO_TOKEN }}

- name: Setup BATS
uses: mig4/setup-bats@v1
uses: panubo/setup-bats-action@v2
with:
bats-version: 1.7.0

Expand Down

0 comments on commit 32ba064

Please sign in to comment.