directory key is allowed for services (#4127)

This commit is contained in:
6543 2024-09-19 06:30:30 +02:00 committed by GitHub
parent f2060db5c0
commit 6f03102c68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -10,3 +10,4 @@ services:
image: mysql
cache:
image: redis
directory: /tmp/

View file

@ -842,6 +842,9 @@
"environment": {
"$ref": "#/definitions/step_environment"
},
"directory": {
"$ref": "#/definitions/step_directory"
},
"secrets": {
"$ref": "#/definitions/step_secrets"
},