Skip to content

Commit 96b645a

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 `fe077e2` to `6c2d3a8` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `a282bbe` to `956e28a` - [Commits](https://github.com/chainguard-images/images/commits) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4dc895 commit 96b645a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tekton/publish.yaml

Lines changed: 3 additions & 3 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:fe077e28467cc162c7e4af80733ab01d1e5cf96fdc8332fc90b285998b85a662
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:6c2d3a8dcda7b177b85bbacc86b447185e229c122608541cce5a2798c84611f8
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:a282bbe52673f9c4a4ebb34b79bea6747e0502bd5c2aa6514ac671dabdb6f05a
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:956e28aeaebf95870dc460d1b59bc087b2342ee7931ae5b9a14e409d15121f32
9696
script: |
9797
#!/bin/sh
9898
set -ex
@@ -231,7 +231,7 @@ spec:
231231
${PRESERVE_IMPORT_PATH} > /workspace/built_images
232232
233233
- name: tag-images
234-
image: cgr.dev/chainguard/crane:latest-dev@sha256:fe077e28467cc162c7e4af80733ab01d1e5cf96fdc8332fc90b285998b85a662
234+
image: cgr.dev/chainguard/crane:latest-dev@sha256:6c2d3a8dcda7b177b85bbacc86b447185e229c122608541cce5a2798c84611f8
235235
script: |
236236
#!/bin/sh
237237
set -ex

0 commit comments

Comments
 (0)