Fixed wrong GH action output

This commit is contained in:
Matthieu Vachon 2025-04-30 14:10:56 -04:00
parent 71e0865698
commit 7c598b6ab9

View file

@ -49,7 +49,7 @@ jobs:
version=${GITHUB_REF#refs/tags/}
fi
echo "VERSION=${version}" >> "$GITHUB_ENV"
echo "VERSION=${version}" >> "$GITHUB_OUTPUT"
- name: Generate docker tags/labels from github build context
id: meta