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 d3fd13a commit 7180d5eCopy full SHA for 7180d5e
.github/workflows/build-all.yml
@@ -47,4 +47,4 @@ jobs:
47
with:
48
input-image: ${{ vars.DEST_REGISTRY_HOST }}/${{ vars.DEST_REGISTRY_REPO }}:triton
49
tag-list: "triton-microshift"
50
- resource-definitions: "/repo/triton/microshift/tegra.yml"
+ resource-definitions: "/repo/triton/microshift/tegra.yml"
.github/workflows/build-triton.yml
@@ -5,7 +5,6 @@ on:
5
base-image:
6
type: string
7
required: false
8
- default: ${{ vars.DEST_REGISTRY_HOST }}/${{ vars.DEST_REGISTRY_REPO }}:base
9
workflow_call:
10
inputs:
11
0 commit comments