summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-12-07 19:48:11 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-12-07 19:48:48 +0000
commit5350bab57f4caad40dd741d4a0e86e94b318ae42 (patch)
tree4efb6a31fb0a100e4d6b8d5ed8e4fc9a58c62c6f
parent284958ea9e54b66c8261028b88ef471a4114ee0c (diff)
downloadgentoo-utils-5350bab57f4caad40dd741d4a0e86e94b318ae42.tar.gz
update logo
-rw-r--r--.gitea/workflows/gentoo-utils.yml4
-rw-r--r--gentoo-utils.pngbin206653 -> 59992 bytes
2 files changed, 1 insertions, 3 deletions
diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml
index f00142f..d02a136 100644
--- a/.gitea/workflows/gentoo-utils.yml
+++ b/.gitea/workflows/gentoo-utils.yml
@@ -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
diff --git a/gentoo-utils.png b/gentoo-utils.png
index 5c55e6d..8782404 100644
--- a/gentoo-utils.png
+++ b/gentoo-utils.png
Binary files differ