Skip to content

Commit 00f0ef5

Browse files
authored
chore: update test and example (#43)
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
1 parent 3843e22 commit 00f0ef5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/patch.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,12 @@ jobs:
5656
image: ${{ matrix.images }}
5757
image-report: "report.json"
5858
patched-tag: "patched"
59-
# buildkit-version: "v0.12.4" # optional, default is latest
59+
timeout: "5m" # optional, default is 5m
60+
output: vex.json # optional
61+
format: "openvex" # optional, default is openvex
6062
# 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
6165

6266
# see https://github.com/docker/login-action#usage for other registries
6367
- name: Login to GHCR

0 commit comments

Comments
 (0)