Skip to content

Commit

Permalink
chore(deps): update mikefarah/yq docker tag to v4.44.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent f66046b commit a746875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.43.1
image: mikefarah/yq:4.44.3
args: ["$(params.platform-and-digest-list[*])"]
script: |
#! /usr/bin/env sh
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/tekton/configs/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.43.1
image: mikefarah/yq:4.44.3
args: ["$(params.platform-and-digest-list[*])"]
script: |
#! /usr/bin/env sh
Expand Down

0 comments on commit a746875

Please sign in to comment.