Skip to content

Commit 9909a5a

Browse files
committed
Removed secrets option from readme and plugin schema
1 parent 2f3bc35 commit 9909a5a

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,6 @@ You may want to also add `BUILDKIT_INLINE_CACHE=1` to your build arguments (`arg
324324

325325
It will add the `--ssh` option to the build command with the passed value (if `true` it will use `default`). Note that it assumes you have a compatible docker installation and configuration in the agent (meaning you are using BuildKit and it is correctly setup).
326326

327-
#### `secrets` (build only, array of strings)
328-
329-
All elements in this array will be passed literally to the `build` command as parameters of the [`--secrets` option](https://docs.docker.com/engine/reference/commandline/buildx_build/#secret). Note that you must have BuildKit enabled for this option to have any effect and special `RUN` stanzas in your Dockerfile to actually make use of them.
330-
331327
#### `with-dependencies` (build only, boolean)
332328

333329
If set to true, docker compose will build with the `--with-dependencies` option which will also build dependencies transitively.

plugin.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ configuration:
9797
type: string
9898
run-labels:
9999
type: boolean
100-
secrets:
101-
type: array
102-
items:
103-
type: string
104100
service-ports:
105101
type: boolean
106102
shell:
@@ -175,7 +171,6 @@ configuration:
175171
run-labels: [ run ]
176172
service-ports: [ run ]
177173
skip-pull: [ build, run ]
178-
secrets: [ buildkit, build ]
179174
shell: [ run ]
180175
ssh: [ build ]
181176
target: [ build ]

0 commit comments

Comments
 (0)