2 Commits

Author SHA1 Message Date
05a935afea Update php Docker tag to v8.5.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 14s
2025-12-04 06:33:10 +00:00
e0acf00a9c change debug
Some checks failed
renovate / renovate (push) Has been cancelled
2025-12-04 00:31:56 -06:00
2 changed files with 3 additions and 5 deletions

View File

@@ -197,11 +197,9 @@ jobs:
run: |
cd ${MANIFEST_DIR}
git status --porcelain
if git status --porcelain | grep -q . ; then
if git status --porcelain --untracked-files=all | grep -q '^.' ; then
echo ">> Changes detected"
# git status --porcelain
# git status --porcelain --untracked-files=all
echo "changes-detected=true" >> $GITEA_OUTPUT
else

View File

@@ -36,7 +36,7 @@ shelly-plug:
main:
image:
repository: php
tag: 8.4.15-apache-bookworm
tag: 8.5.0-apache-bookworm
pullPolicy: IfNotPresent
env:
- name: SHELLY_HOSTNAME