fix(workflow): remove comment from docker tag in release workflow

This commit is contained in:
courtmanr@gmail.com
2025-04-30 22:36:56 +01:00
parent e19b83e6cf
commit 35bb7c535b
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
platforms: linux/amd64,linux/arm64 # Add other platforms if needed
push: true
tags: |
rcourtman/pulse:${{ github.ref_name }} # Use tag name from push event
rcourtman/pulse:${{ github.ref_name }}
rcourtman/pulse:latest
# --- End Docker Steps ---