From 92eede8b918cdd511236f13bb4118257c006ba27 Mon Sep 17 00:00:00 2001 From: Michelle Date: Sat, 18 Apr 2026 12:21:51 +0200 Subject: [PATCH] fix: format tags for docker metadata action --- .github/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 71d9ca7..93d471d 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -26,7 +26,7 @@ jobs: uses: docker/metadata-action@v6 with: images: {{ steps.registry.outputs.host }}/${{ github.repository }} - tags: + tags: | type=ref,event=branch type=ref,event=pr type=semver,pattern={{version}}