From bf5c9f1650f0d1bbc9b2a4ac367aa216b116c768 Mon Sep 17 00:00:00 2001 From: Dave the Dev Date: Wed, 8 Jul 2026 21:05:48 +0000 Subject: [PATCH] Hithomelabs/CFTunnels#145: Replace --method=POST with --post-data= for BusyBox wget compatibility --- .gitea/workflows/prod_image_tag_promote.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/prod_image_tag_promote.yaml b/.gitea/workflows/prod_image_tag_promote.yaml index 7c3d8a0..25cf4cf 100644 --- a/.gitea/workflows/prod_image_tag_promote.yaml +++ b/.gitea/workflows/prod_image_tag_promote.yaml @@ -63,7 +63,7 @@ jobs: API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY_PROD }} run: | wget -q --no-check-certificate --timeout=30 \ - --method=POST \ + --post-data= \ --header="X-API-Key: $API_KEY" \ -O - \ "$PORTAINER_AUTOMATION_URL/api/deploy/$STACK_ID" 2>&1 \