Skip to content

Commit 3c58871

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 `d04acf0` to `2c36a46` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `1254bc1` to `94b550d` - [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 a096ab1 commit 3c58871

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:d04acf0d89452ba24f92142d7453bcbd8d26400115678d13159849991a974e46
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:f0cb73d0d7c4fbbd90b920035cd98c16752187a9bd2216793c32077286050731
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:1254bc165f6ba8486cdcb473452c1d46f81ae01687fd5436b2c84643cd75ca72
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:524f67c5b627d3ffd7a1760b254b26ceea94dfd4601b8a31b3ae374fbffb2f79
9696
script: |
9797
#!/bin/sh
9898
set -ex
@@ -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:d04acf0d89452ba24f92142d7453bcbd8d26400115678d13159849991a974e46
240+
image: cgr.dev/chainguard/crane:latest-dev@sha256:f0cb73d0d7c4fbbd90b920035cd98c16752187a9bd2216793c32077286050731
241241
script: |
242242
#!/bin/sh
243243
set -ex

0 commit comments

Comments
 (0)