Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/build/secrets/buildrunner.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# In order to use secrets, you need to set use-legacy-builder to false in the config file
# To run this example, you need to set the SECRET_PASSWORD environment variable
# and run the example with the following command:
# To run this example, use the following command:
# SECRET2=my_secret ./run-buildrunner.sh -f examples/build/secrets/buildrunner.yaml
# More info about secrets: https://docs.docker.com/build/building/secrets/
use-legacy-builder: false
Expand Down
5 changes: 2 additions & 3 deletions examples/build/secrets/platforms-buildrunner.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# In order to use secrets, you need to set use-legacy-builder to false in the config file OR
# add platforms to the build section
# To run this example, you need to set the SECRET_PASSWORD environment variable
# and run the example with the following command:
# To run this example, use the following command:
# SECRET2=my_secret ./run-buildrunner.sh -f examples/build/secrets/platforms-buildrunner.yaml
# More info about secrets: https://docs.docker.com/build/building/secrets/
steps:
Expand All @@ -26,4 +25,4 @@ steps:
- id=secret2,env=SECRET2
platforms:
- linux/amd64
- linux/arm64
- linux/arm64/v8
Loading