Skip to content

Commit

Permalink
chore(ci): add global suffix to image version
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed Jan 20, 2024
1 parent 8b4ef96 commit 53f1028
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53f1028

Please sign in to comment.