Skip to content

Commit f642651

Browse files
build(deps): bump the all group in /tekton with 3 updates
Bumps the all group in /tekton with 3 updates: [chainguard/crane](https://github.com/chainguard-images/images), [chainguard/go](https://github.com/chainguard-images/images) and tektoncd/plumbing/ko. Updates `chainguard/crane` from `ac64ee0` to `f021b3f` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `6d395f0` to `b4cceec` - [Commits](https://github.com/chainguard-images/images/commits) Updates `tektoncd/plumbing/ko` from `1ec6c2f` to `2cddde5` --- updated-dependencies: - dependency-name: chainguard/crane dependency-version: latest-dev dependency-type: direct:production dependency-group: all - dependency-name: chainguard/go dependency-version: latest-dev dependency-type: direct:production dependency-group: all - dependency-name: tektoncd/plumbing/ko dependency-version: 2cddde5d912e40eddec52fbd78ce2ec0bec9f0252468479d9274e987f560a15e dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cb253c commit f642651

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tekton/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
steps:
7474

7575
- name: container-registry-auth
76-
image: cgr.dev/chainguard/crane:latest-dev@sha256:ac64ee014766e83069a347814f402f6bb291e7a8fdf016404636ee2e6528dc69
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:ada804cc3611815abef1df9571b1c8a60b2b3c4d2428af2ba36aa6dc932c6c80
7777
script: |
7878
#!/bin/sh
7979
set -ex
@@ -92,7 +92,7 @@ spec:
9292
cp ${DOCKER_CONFIG} /workspace/docker-config.json
9393
9494
- name: create-ko-yaml
95-
image: cgr.dev/chainguard/go:latest-dev@sha256:6d395f0f0253d6655d1b9ade07aacd9cb79c8ea703f6ceaaad1ab7596894377b
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:d2664e3ddedc9bbee969d6442225524ecccfd352f263082da55da219298c52da
9696
script: |
9797
#!/bin/sh
9898
set -ex
@@ -136,7 +136,7 @@ spec:
136136
cat /workspace/.ko.yaml
137137
138138
- name: run-ko
139-
image: ghcr.io/tektoncd/plumbing/ko@sha256:1ec6c2f08b052af1a63828d9b7ecae6c14f7a301103fb5f8fcd2c94a662d2737
139+
image: ghcr.io/tektoncd/plumbing/ko@sha256:5ec19f4fac42881d323fdd7c25df3b803cb8bce4b8bbbe1c03f4b143ae62aff3
140140
env:
141141
- name: KO_DOCKER_REPO
142142
value: $(params.imageRegistry)/$(params.imageRegistryPath)
@@ -237,7 +237,7 @@ spec:
237237
${PRESERVE_IMPORT_PATH} > /workspace/built_images
238238
239239
- name: tag-images
240-
image: cgr.dev/chainguard/crane:latest-dev@sha256:ac64ee014766e83069a347814f402f6bb291e7a8fdf016404636ee2e6528dc69
240+
image: cgr.dev/chainguard/crane:latest-dev@sha256:ada804cc3611815abef1df9571b1c8a60b2b3c4d2428af2ba36aa6dc932c6c80
241241
script: |
242242
#!/bin/sh
243243
set -ex

0 commit comments

Comments
 (0)