We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3843e22 commit 00f0ef5Copy full SHA for 00f0ef5
.github/workflows/patch.yaml
@@ -56,8 +56,12 @@ jobs:
56
image: ${{ matrix.images }}
57
image-report: "report.json"
58
patched-tag: "patched"
59
- # buildkit-version: "v0.12.4" # optional, default is latest
+ timeout: "5m" # optional, default is 5m
60
+ output: vex.json # optional
61
+ format: "openvex" # optional, default is openvex
62
# copa-version: "0.6.0" # optional, default is latest
63
+ # buildkit-version: "v0.12.4" # optional, default is latest
64
+ # custom-socket: "/var/run/buildkit/buildkitd.sock" # optional, used for custom socket address
65
66
# see https://github.com/docker/login-action#usage for other registries
67
- name: Login to GHCR
0 commit comments