Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update quay.io/konflux-ci/appstudio-utils:latest docker digest to 85e23f1 - autoclosed #13

Closed
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
4 changes: 2 additions & 2 deletions .tekton/acs-konflux-tasks-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ spec:
- name: BUNDLE_CONTENTS
steps:
- name: get-bundle-info
image: quay.io/konflux-ci/appstudio-utils:latest@sha256:5c77fe44dfd9615b1ba854e27e4ae2583146599eb4021ca8bd4662d2ba3ffa14
image: quay.io/konflux-ci/appstudio-utils:latest@sha256:85e23f1df25e28659eed1ffad276f25cfbc359fae321a49af592e1b64604cfef
script: |
#!/usr/bin/env bash
set -euo pipefail
Expand Down Expand Up @@ -553,7 +553,7 @@ spec:
type: string
steps:
- name: update-tasks-trust
image: quay.io/konflux-ci/appstudio-utils:latest@sha256:5c77fe44dfd9615b1ba854e27e4ae2583146599eb4021ca8bd4662d2ba3ffa14
image: quay.io/konflux-ci/appstudio-utils:latest@sha256:85e23f1df25e28659eed1ffad276f25cfbc359fae321a49af592e1b64604cfef
script: |
#!/usr/bin/env bash
set -euo pipefail
Expand Down