From 8779e3d93ed689864e55b7ef6cca7a3c349da63d Mon Sep 17 00:00:00 2001 From: Cottand Date: Thu, 3 Oct 2024 21:23:44 +0100 Subject: [PATCH] fix CI not releasing image on tag --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f73e34f..a12aac1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,11 @@ jobs: # list of Docker images to use as base name for tags images: ${{ env.REGISTRY_IMAGE }} tags: | - type=sha,event=push + # tag event + type=ref,event=tag + type=sha,event=tag + # pull request event + type=sha,event=pr - name: Create manifest list and push working-directory: /tmp/digests