fix: Correct invalid tags in release workflow

This commit is contained in:
courtmanr@gmail.com
2025-04-30 17:22:12 +01:00
parent 73f1c59f05
commit 7d71f33b05
+2 -2
View File
@@ -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