Skip to content

Commit

Permalink
Merge pull request NVIDIA-AI-Blueprints#36 from vbelouso/fix-docker
Browse files Browse the repository at this point in the history
fix: add explicit docker format for container building
  • Loading branch information
zvigrinberg authored Mar 5, 2025
2 parents 0c29c0a + 39d0ab1 commit ea883e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tekton/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ spec:
--label=agent_morpheus_vcs_branch={{source_branch}}
--label=agent_morpheus_vcs_build_commit_id={{revision}}
--label=agent_morpheus_vcs_repo={{repo_url}}
--format=docker
taskRef:
resolver: cluster
params:
Expand Down
1 change: 1 addition & 0 deletions .tekton/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ spec:
--label=agent_morpheus_vcs_branch={{source_branch}}
--label=agent_morpheus_vcs_build_commit_id={{revision}}
--label=agent_morpheus_vcs_repo={{repo_url}}
--format=docker
taskRef:
resolver: cluster
params:
Expand Down
1 change: 1 addition & 0 deletions .tekton/on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ spec:
--label=agent_morpheus_vcs_branch={{source_branch}}
--label=agent_morpheus_vcs_build_commit_id={{revision}}
--label=agent_morpheus_vcs_repo={{repo_url}}
--format=docker
taskRef:
resolver: cluster
params:
Expand Down

0 comments on commit ea883e1

Please sign in to comment.