mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
fix(workflow): remove comment from docker tag in release workflow
This commit is contained in:
@@ -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 ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user