We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5311ad commit 0fa8a42Copy full SHA for 0fa8a42
examples/build/secrets/platforms-buildrunner.yaml
@@ -8,7 +8,7 @@ steps:
8
simple-build-step:
9
build:
10
dockerfile: |
11
- FROM alpine:latest
+ FROM busybox:latest
12
# Using secrets inline
13
RUN --mount=type=secret,id=secret1 \
14
--mount=type=secret,id=secret2 \
0 commit comments