mirror of
https://github.com/vmorganp/Lazytainer.git
synced 2025-12-21 13:23:02 +01:00
get tag mo betta
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Extract tag from release name
|
||||
id: extract_tag
|
||||
run: |
|
||||
echo "tag=$(echo ${{ github.event.release.tag_name }} | sed 's/^v//')" >> $GITHUB_OUTPUT
|
||||
echo "tag=$(echo $GITHUB_REF | sed 's|refs/tags/v||')" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Tag and Push Image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user