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 d379b67 commit c6a684eCopy full SHA for c6a684e
examples/build/platforms/buildrunner.yaml
@@ -6,7 +6,7 @@ steps:
6
build:
7
dockerfile: |
8
FROM alpine:latest
9
- RUN true
+ LABEL custom_label="Buildrunner example label"
10
platforms:
11
- linux/amd64
12
- linux/arm64
0 commit comments