This commit is contained in:
parent
1d22c1e9c1
commit
b104e22c7a
@ -26,7 +26,8 @@ jobs:
|
||||
- name: Extract Version Tag
|
||||
if: steps.check-existing.conclusion == 'success'
|
||||
id: extract-version
|
||||
run: echo "docker_tag=$(git describe --tags --abbrev=0 | cut -d 'v' -f2-)" >> GITHUB_OUTPUT
|
||||
# run: echo "docker_tag=$(git describe --tags --abbrev=0 | cut -d 'v' -f2-)" >> GITHUB_OUTPUT
|
||||
run: echo "docker_tag='$(git describe --tags --abbrev=0 | cut -d \'v\' -f2-)'" >> GITHUB_OUTPUT
|
||||
shell: bash
|
||||
|
||||
- name: Remove temporary files
|
||||
|
Loading…
x
Reference in New Issue
Block a user