From 48db0b0755c58c3898db95dee6e5ebfffd0be384 Mon Sep 17 00:00:00 2001 From: Alex Godbehere Date: Thu, 28 Sep 2023 09:49:31 +0100 Subject: [PATCH] Update action trigger The update makes the tag fetching more robust in the pipeline --- .github/workflows/docker-publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 82ddc66..614fab2 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -4,11 +4,9 @@ env: REGISTRY: ghcr.io on: - release: - types: [ published ] - # Trigger only when a release with tag v*.*.* is published + push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+' + - 'v*' jobs: update-version: