Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion tekton/v0/tasks/multi-arch-image-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
emptyDir: {}
steps:
- name: prepare-manifest
image: mikefarah/yq:4.48.1
image: mikefarah/yq:4.52.4
args: ["$(params.platform-and-digest-list[*])"]
script: |
#! /usr/bin/env sh
Expand Down
2 changes: 1 addition & 1 deletion tekton/v1/tasks/multi-arch-image-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
emptyDir: {}
steps:
- name: prepare-manifest
image: mikefarah/yq:4.48.1
image: mikefarah/yq:4.52.4
args: ["$(params.platform-and-digest-list[*])"]
script: |
#! /usr/bin/env sh
Expand Down