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
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 7s
This commit is contained in:
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user