Skip to content

Commit 7180d5e

Browse files
committed
contexts
1 parent d3fd13a commit 7180d5e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
with:
4848
input-image: ${{ vars.DEST_REGISTRY_HOST }}/${{ vars.DEST_REGISTRY_REPO }}:triton
4949
tag-list: "triton-microshift"
50-
resource-definitions: "/repo/triton/microshift/tegra.yml"
50+
resource-definitions: "/repo/triton/microshift/tegra.yml"

.github/workflows/build-triton.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
base-image:
66
type: string
77
required: false
8-
default: ${{ vars.DEST_REGISTRY_HOST }}/${{ vars.DEST_REGISTRY_REPO }}:base
98
workflow_call:
109
inputs:
1110
base-image:

0 commit comments

Comments
 (0)