mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-23 02:26:43 +00:00
Fix tag extraction in action.yml
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
4d412de570
commit
3aeafad034
@ -92,6 +92,6 @@ runs:
|
|||||||
echo "Extracted element: $extracted_element"
|
echo "Extracted element: $extracted_element"
|
||||||
|
|
||||||
|
|
||||||
echo "tag=$extracted_element" >> $GITHUB_OUTPUT
|
echo "tag='$extracted_element'" >> $GITHUB_OUTPUT
|
||||||
env:
|
env:
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user