Skip to content
Merged
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: 2 additions & 1 deletion .tekton/distributed-workloads-poc1-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,14 @@ spec:
description: Skip checks against built image
name: skip-checks
type: string
- default: "false"
- default: "true"
description: Execute the build with network isolation
name: hermetic
type: string
- default: ""
description: Build dependencies to be prefetched
name: prefetch-input
value: '{"type": "gomod", "path": "."}
type: string
- default: ""
description: Image tag expiration time, time values could be something like
Expand Down