mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-04 22:07:09 +00:00
chore(ci): add global suffix to image version
This commit is contained in:
parent
8b4ef960d8
commit
53f10283c3
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -75,10 +75,11 @@ jobs:
|
|||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
images: ncarlier/webhookd
|
||||
flavor: suffix=${{ matrix.suffix }}
|
||||
tags: |
|
||||
type=edge
|
||||
type=semver,pattern={{major}},suffix=${{ matrix.suffix }}
|
||||
type=semver,pattern={{version}},suffix=${{ matrix.suffix }}
|
||||
type=semver,pattern={{major}}
|
||||
type=semver,pattern={{version}}
|
||||
- uses: docker/setup-qemu-action@v1
|
||||
with:
|
||||
image: tonistiigi/binfmt:latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user