[DOCKER] Automated PR for plantuml-swag-proxy_2025-10-01T17-32-58 - #424 #424

Merged
gitea-sonarqube-bot merged 16 commits from plantuml-swag-proxy_2025-10-01T17-32-58 into main 2025-10-02 08:24:44 -04:00
Showing only changes of commit e83127d4f6 - Show all commits
@@ -189,6 +189,20 @@ jobs:
with:
version: ${{ env.HC_VAULT_VERSION }}
- name: Pre-pull service images
run: |
# Pull only the images needed for this dry run
for svc in ${DOCKER_SVC_LIST}; do
echo "Resolving image for service: $svc"
image=$(docker compose config | yq -r ".services[\"$svc\"].image")
if [ -n "$image" ] && [ "$image" != "null" ]; then
echo "Pulling $image"
docker pull "$image"
else
echo "⚠️ No image defined for $svc (might be build-only)"
fi
done
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: