From d5c7cbc4a988d27510c5e119f9fdfaf576f023f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20S=C3=A1nchez?= Date: Tue, 21 Nov 2023 10:23:27 +0100 Subject: [PATCH] Improved docker push github action --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c56d0b2..b713eb8 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: latest=true tags: | type=semver,pattern=v{{version}} - type=ref,event=push + type=ref,event=branch type=sha images: ${{ github.actor }}/prometheus-qbittorrent-exporter @@ -53,7 +53,7 @@ jobs: latest=true tags: | type=semver,pattern=v{{version}} - type=ref,event=push + type=ref,event=branch type=sha images: ${{ github.actor }}/prometheus-qbittorrent-exporter