1 Commits

Author SHA1 Message Date
3d8e5f0f0c test cache
Some checks failed
Gentoo Utils / cache (push) Successful in 6s
Gentoo Utils / build (push) Has been cancelled
Gentoo Utils / test (push) Has been cancelled
Gentoo Utils / check-format (push) Has been cancelled
Gentoo Utils / docs (push) Has been cancelled
Gentoo Utils / build-oci-image (push) Has been cancelled
2025-12-12 19:30:52 -06:00

View File

@@ -40,6 +40,7 @@ jobs:
id: image-changes
# build image only if 1. changes are detected or 2. an image for the working branch doesnt exist
run: |
git --no-pager log --oneline -n 10
echo "BEFORE = ${{ gitea.event.before }}"
branch_name="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
default_branch_name="${{ gitea.event.repository.default_branch }}"