From 7d71f33b05ba3db60037b4abd73fb64dc1c66e21 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Wed, 30 Apr 2025 17:22:12 +0100 Subject: [PATCH] fix: Correct invalid tags in release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e397d9f89..4e42dc307 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,8 +50,8 @@ jobs: platforms: linux/amd64,linux/arm64 # Add other platforms if needed push: true tags: | - rcourtman/pulse:${{ github.ref_name }} # e.g., rcourtman/pulse:v3.2.2 - rcourtman/pulse:latest # Also tag as latest + rcourtman/pulse:${{ github.ref_name }} + rcourtman/pulse:latest # --- End Docker Steps --- - name: Create GitHub Release