From b9b887563f02b6d72ebbad002fccafbe5ab41788 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Rapatao Date: Sat, 2 Nov 2024 21:57:04 +0000 Subject: [PATCH] chore: set action to only run when a tag is created --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 34fdc06..32ceda9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,6 +3,7 @@ name: Create and publish a Docker image on: push: tags: + - '*' env: REGISTRY: ghcr.io