fix: change PullImage option to false in deploy workflow
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 7s

This commit is contained in:
2026-03-28 16:15:13 -03:00
parent f71d11400a
commit 9b554644bc

View File

@@ -249,7 +249,7 @@ jobs:
PAYLOAD=$(jq -n \
--rawfile stack_file docker-compose.prod.yml \
--argjson env_vars "${ENV_JSON}" \
'{StackFileContent: $stack_file, Env: $env_vars, Prune: false, PullImage: true}')
'{StackFileContent: $stack_file, Env: $env_vars, Prune: false, PullImage: false}')
echo "Apply request URL: ${REQUEST_URL}"
echo "Apply payload summary:"