From 16ab50f00ef15de6c41684f68bcd35689e7327b4 Mon Sep 17 00:00:00 2001 From: Ben Morrow Date: Wed, 31 Jan 2024 08:40:39 +0000 Subject: [PATCH] See if this fixes the build For some reason the build of v1.0.2 is failing. GH Actions is not giving me much information about why; the Docker metadata step is failing to pick up the tag, but it's not clear why. The only difference between this workflow and some of the others that work is this. See if it makes a difference. --- .github/workflows/docker-publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index acb2700..e13b8e4 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -6,9 +6,6 @@ env: on: release: types: [ published ] - # Trigger only when a release with tag v*.*.* is published - tags: - - 'v[0-9]+.[0-9]+.[0-9]+' jobs: build: