From 9e53e6fd81303ca61ea4a8dc9b15142bd559d921 Mon Sep 17 00:00:00 2001 From: Christoph Kieslich Date: Tue, 7 May 2024 08:24:48 +0200 Subject: [PATCH] try using different tag type --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1934d11..17a00b9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,8 @@ jobs: with: images: chriskies/homewizard-p1-prometheus tags: | - type=ref,event=tag + type=ref,event=branch + type=ref,event=pr - name: Set up Docker Buildx id: buildx