Skip to content

Commit 81f8bf7

Browse files
dependabot[bot]tekton-robot
authored andcommitted
build(deps): bump the all group in /tekton with 2 updates
Bumps the all group in /tekton with 2 updates: [chainguard/crane](https://github.com/chainguard-images/images) and [chainguard/go](https://github.com/chainguard-images/images). Updates `chainguard/crane` from `10a0c6b` to `53f6100` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `f0bd26b` to `698af2b` - [Commits](https://github.com/chainguard-images/images/commits) --- updated-dependencies: - dependency-name: chainguard/crane dependency-type: direct:production dependency-group: all - dependency-name: chainguard/go dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 17f79a9 commit 81f8bf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tekton/publish.yaml

+3-3
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:10a0c6b5da545cbdf31d46b699e4929bd2151ee07577a0c8eb237366e186e1ab
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:53f61005b8e894b4c9d7de210f25102cb3999267aa1e57c092889a77d26e3a60
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:f0bd26b8b837a6df5005b19096776051e0ef65b1b285224c04033b2601fe767f
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:698af2b7a386c5da9743e0813c5c0998df1dffe11786539b35270f846ee068ee
9696
script: |
9797
#!/bin/sh
9898
set -ex
@@ -232,7 +232,7 @@ spec:
232232
${PRESERVE_IMPORT_PATH} > /workspace/built_images
233233
234234
- name: tag-images
235-
image: cgr.dev/chainguard/crane:latest-dev@sha256:10a0c6b5da545cbdf31d46b699e4929bd2151ee07577a0c8eb237366e186e1ab
235+
image: cgr.dev/chainguard/crane:latest-dev@sha256:53f61005b8e894b4c9d7de210f25102cb3999267aa1e57c092889a77d26e3a60
236236
script: |
237237
#!/bin/sh
238238
set -ex

0 commit comments

Comments
 (0)