Change publish-docker

This commit is contained in:
sim0n00ps 2025-05-05 00:30:51 +01:00
parent f452fee64a
commit 530157bc85

View File

@ -16,6 +16,12 @@ jobs:
run: |
TAG="${{ gitea.ref##refs/tags/ }}"
VERSION="${TAG#OFDLV}"
if [[ -z "$VERSION" ]]; then
echo "::error::Could not extract version from tag '$TAG'"
exit 1
fi
echo "Tag: $TAG"
echo "Version: $VERSION"
echo "tag=$TAG" >> "$GITEA_OUTPUT"