update logo
Some checks failed
Gentoo Utils / build-docker (push) Successful in 8s
Gentoo Utils / build (push) Failing after 25s

This commit is contained in:
2025-12-07 19:48:11 +00:00
parent 284958ea9e
commit 5350bab57f
2 changed files with 1 additions and 3 deletions

View File

@@ -20,9 +20,7 @@ jobs:
- name: Check for changes before building
id: image-changes
run: |
if [[ ${{ gitea.ref_name }} == ${{ gitea.event.repository.default_branch }} ]]; then
echo changes_detected=true >> $GITEA_OUTPUT
elif git diff ${{ gitea.event.before }} ${{ gitea.sha }} --no-patch --exit-code .docker; then
if git diff ${{ gitea.event.before }} ${{ gitea.sha }} --no-patch --exit-code .docker; then
echo changes_detected=true >> $GITEA_OUTPUT
else
echo changes_detected=false >> $GITEA_OUTPUT

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

After

Width:  |  Height:  |  Size: 59 KiB