Skip to content

Commit 27c87f0

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 `04e25a5` to `0414ab6` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `b126e5d` to `8473b53` - [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 bfe7b03 commit 27c87f0

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

0 commit comments

Comments
 (0)