mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
fix: Correct invalid tags in release workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user