Skip to content

Commit

Permalink
chore(deps): update quay.io/konflux-ci/yq:latest docker digest to 0dc…
Browse files Browse the repository at this point in the history
…bbb0
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 677c980 commit cfe9422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion task/generate-labels/0.1/generate-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
type: array
steps:
- name: render
image: quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
image: quay.io/konflux-ci/yq:latest@sha256:0dcbbb0be8da0c0369d8bc2893d191381eef129ebe9dccd0221ad85ea13c3326
env:
- name: SOURCE_DATE_EPOCH
value: "$(params.source-date-epoch)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: sanitize-cachi2-config-file-with-yq
image: quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
image: quay.io/konflux-ci/yq:latest@sha256:0dcbbb0be8da0c0369d8bc2893d191381eef129ebe9dccd0221ad85ea13c3326
script: |
if [ -n "${CONFIG_FILE_CONTENT}" ]; then
# we need to drop 'goproxy_url' for safety reasons until cachi2 decides what the SBOM
Expand Down
2 changes: 1 addition & 1 deletion task/prefetch-dependencies/0.1/prefetch-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
name: shared
steps:
- name: sanitize-cachi2-config-file-with-yq
image: quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
image: quay.io/konflux-ci/yq:latest@sha256:0dcbbb0be8da0c0369d8bc2893d191381eef129ebe9dccd0221ad85ea13c3326
script: |
if [ -n "${CONFIG_FILE_CONTENT}" ]
then
Expand Down

0 comments on commit cfe9422

Please sign in to comment.