EOF
This commit is contained in:
parent
ac5b817a85
commit
7bd0b3c4cd
2 changed files with 2 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ jobs:
|
|||
IMAGE=$(basename ${{ steps.artifact.outputs.download-path }}/*.vma.zst)
|
||||
echo "Image filename: $IMAGE"
|
||||
echo "filename=$IMAGE" >> "$GITHUB_OUTPUT"
|
||||
EOF
|
||||
|
||||
# - name: Extract flake metadata
|
||||
# id: meta
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ jobs:
|
|||
else
|
||||
echo "tag_name=dev-$(date +%Y%m%d)" >> "$GITHUB_OUTPUT"
|
||||
echo "tag_name=$TAG_NAME" >> "$GITHUB_OUTPUT"
|
||||
EOF
|
||||
|
||||
# - name: Parse image filename
|
||||
# id: image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue