Skip to content

Commit

Permalink
fix: add explicit docker format for container building
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
  • Loading branch information
vbelouso committed Mar 5, 2025
1 parent 0c29c0a commit 39d0ab1
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 39d0ab1

Please sign in to comment.