2 Commits

Author SHA1 Message Date
5c3447e606 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 20s
2025-11-30 22:18:40 +00:00
96a44b823e fix
All checks were successful
renovate / renovate (push) Successful in 1m14s
2025-11-30 16:17:32 -06:00
2 changed files with 6 additions and 6 deletions

View File

@@ -157,14 +157,14 @@ jobs:
-H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \
--data "${PAYLOAD}" \
"${API_ENDPOINT}" | tee /tmp/pr_response.json \
"${API_ENDPOINT}" | tee /tmp/pr_response \
| head -n 1
)
echo ">> Gitea API Response Body ...
echo "----
echo "$(cat /tmp/pr_response.json)"
echo "----
echo ">> Gitea API Response Body ..."
echo "----"
echo "$(cat /tmp/pr_response)"
echo "----"
if [ "$HTTP_STATUS" == "201" ]; then
echo ">> Pull Request created successfully!"

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