From 8ede6e9b0f744ef1c741123f3c7f8457c0cfce8c Mon Sep 17 00:00:00 2001 From: Matt Roberts Date: Sun, 25 Aug 2024 10:03:11 +0100 Subject: [PATCH] Wasn't picking up the tag name properly --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 48e96e9c1..829e16659 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -65,6 +65,6 @@ jobs: context: . build-args: COMMITHASH=${{ github.event.workflow_run.head_sha }} platforms: linux/amd64,linux/arm64/v8 - tags: getfider/fider:${{ github.ref_name }} + tags: getfider/fider:${{ github.event.workflow_run.display_title }} cache-from: type=gha cache-to: type=gha,mode=max