mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-05 15:40:32 +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
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
images: ncarlier/webhookd
|
images: ncarlier/webhookd
|
||||||
|
flavor: suffix=${{ matrix.suffix }}
|
||||||
tags: |
|
tags: |
|
||||||
type=edge
|
type=edge
|
||||||
type=semver,pattern={{major}},suffix=${{ matrix.suffix }}
|
type=semver,pattern={{major}}
|
||||||
type=semver,pattern={{version}},suffix=${{ matrix.suffix }}
|
type=semver,pattern={{version}}
|
||||||
- uses: docker/setup-qemu-action@v1
|
- uses: docker/setup-qemu-action@v1
|
||||||
with:
|
with:
|
||||||
image: tonistiigi/binfmt:latest
|
image: tonistiigi/binfmt:latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user