2 Commits

Author SHA1 Message Date
e830fa8dbd 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 / helm-lint (pull_request) Successful in 17s
2025-12-03 02:00:58 +00:00
9d4d42bf8f fix
All checks were successful
renovate / renovate (push) Successful in 1m7s
2025-12-02 19:59:57 -06:00
2 changed files with 9 additions and 3 deletions

View File

@@ -90,11 +90,17 @@ jobs:
fi
echo ">> Directories to Render:"
# echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)"
echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)"
echo "-----"
echo "changes-detected=true" >> $GITEA_OUTPUT
echo "render-dir=${RENDER_DIR}" >> $GITEA_OUTPUT
# echo "render-dir=${RENDER_DIR}" >> $GITEA_OUTPUT
echo "-----"
echo "render-dir<<EOF" >> $GITEA_OUTPUT
echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)" >> $GITEA_OUTPUT
echo "EOF" >> $GITEA_OUTPUT
- name: Add Repositories
if: steps.check-dir-changes.outputs.changes-detected == 'true'

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