mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-21 13:50:39 +00:00
docs: remove deprecated environment
option from examples
This commit is contained in:
parent
a2bc0869af
commit
d34d0937bf
@ -59,12 +59,10 @@ properties:
|
|||||||
steps:
|
steps:
|
||||||
- name: Build
|
- name: Build
|
||||||
image: quay.io/thegeeklab/wp-docker-buildx
|
image: quay.io/thegeeklab/wp-docker-buildx
|
||||||
environment:
|
|
||||||
CUSTOM_ENVIRONMENT: custom_value
|
|
||||||
settings:
|
settings:
|
||||||
repo: example/repo
|
repo: example/repo
|
||||||
build_args_from_env:
|
build_args_from_env:
|
||||||
- CUSTOM_ENVIRONMENT
|
- CI_COMMIT_SHA
|
||||||
```
|
```
|
||||||
type: list
|
type: list
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user