From 3d8e5f0f0c32284c31da08df3c5a17c109a55c28 Mon Sep 17 00:00:00 2001 From: penguin Date: Fri, 12 Dec 2025 19:27:10 -0600 Subject: [PATCH] test cache --- .gitea/workflows/gentoo-utils.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 92ad8a4..1ba9bdc 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -18,6 +18,8 @@ jobs: with: fetch-depth: 0 + + build-oci-image: runs-on: ubuntu-latest continue-on-error: true @@ -38,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 }}"