From 53f10283c39e3233493dc96ce820408aae8cd11a Mon Sep 17 00:00:00 2001 From: Nicolas Carlier Date: Sat, 20 Jan 2024 10:38:32 +0000 Subject: [PATCH] chore(ci): add global suffix to image version --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fcbdb20..139a790 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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