fixes
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 9s
Gentoo Utils / test (push) Has been cancelled
Gentoo Utils / check-format (push) Has started running
Gentoo Utils / docs (push) Has started running
Gentoo Utils / build (push) Has been cancelled

This commit is contained in:
2025-12-12 21:05:03 -06:00
parent 710c8593f9
commit 1f25d97994

View File

@@ -28,7 +28,7 @@ jobs:
image_tag=latest image_tag=latest
comparison_hash="${{ gitea.event.before }}" comparison_hash="${{ gitea.event.before }}"
if [[ "$branch_name" != "${{ gitea.event.repository.default_branch }}" ]]; then if [[ "$branch_name" != "$default_branch_name" ]]; then
image_tag=$branch_name image_tag=$branch_name
fi fi
# slugify # slugify
@@ -49,7 +49,7 @@ jobs:
fi fi
fi fi
echo "default_branch_name=$default_branch_name" echo "default_branch_name=$default_branch_name" >> $GITEA_OUTPUT
echo "branch_name=$branch_name" >> $GITEA_OUTPUT echo "branch_name=$branch_name" >> $GITEA_OUTPUT
echo "image_tag=$image_tag" >> $GITEA_OUTPUT echo "image_tag=$image_tag" >> $GITEA_OUTPUT
echo "comparison_hash=$comparison_hash" >> $GITEA_OUTPUT echo "comparison_hash=$comparison_hash" >> $GITEA_OUTPUT