Skip to content

Commit 1f50ecd

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 `0414ab6` to `6fc6fcd` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `8473b53` to `551fd4c` - [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 0f2d9f1 commit 1f50ecd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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:0414ab66eb2f78c95df3ebd085c7f64107e2577a8970255495238d3e8a45f5df
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:6fc6fcdeb173c7951f038e6a7b230f586c1be05a011d9e6f9db6c614ec412c2f
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:8473b531c4952958c17a60c47ce7a567dd9d28e6376617d5bcb9df6071885a5d
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:551fd4c72676fbfab6467e72a5eddfaf2039b34e405fe023b0a74bb164504ef9
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:0414ab66eb2f78c95df3ebd085c7f64107e2577a8970255495238d3e8a45f5df
235+
image: cgr.dev/chainguard/crane:latest-dev@sha256:6fc6fcdeb173c7951f038e6a7b230f586c1be05a011d9e6f9db6c614ec412c2f
236236
script: |
237237
#!/bin/sh
238238
set -ex

0 commit comments

Comments
 (0)