0
0
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:
Robert Kaussow 2024-11-15 23:27:13 +01:00
parent a2bc0869af
commit d34d0937bf
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -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