1 Commits

Author SHA1 Message Date
f2edba87bc Update docker.io/postgres Docker tag to v18
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / docker-lint (pull_request) Successful in 16s
2025-11-30 22:50:37 +00:00

View File

@@ -94,7 +94,7 @@ jobs:
- name: Check for Changes
id: check-changes
run: |
git restore --staged clusters/**/helm
git restore --staged ${{ gitea.workspace }}/clusters/**/helm
if git status --porcelain | grep -q .; then
echo ">> Changes detected"
@@ -154,6 +154,7 @@ jobs:
#HTTP_STATUS=$(
curl -X POST \
--silent \
--data "${PAYLOAD}" \
-H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \