1 Commits

Author SHA1 Message Date
873af26d8b infra: actions: fix docker changes detector so it doesnt always build on force pushes
Some checks failed
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 18:17:45 -06:00

View File

@@ -16,7 +16,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 --oneine
git --no-pager log --oneline
echo "BEFORE = ${{ gitea.event.before }}"
branch_name="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
default_branch_name="${{ gitea.event.repository.default_branch }}"