Skip to content

Commit 8504a09

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 `6c2d3a8` to `d7ab22d` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/go` from `956e28a` to `db5fd22` - [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 911270e commit 8504a09

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:6c2d3a8dcda7b177b85bbacc86b447185e229c122608541cce5a2798c84611f8
76+
image: cgr.dev/chainguard/crane:latest-dev@sha256:d7ab22df95b5a8690c2869200ce2ed7eeb642684dccdb82c4a02838ac841881e
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:956e28aeaebf95870dc460d1b59bc087b2342ee7931ae5b9a14e409d15121f32
95+
image: cgr.dev/chainguard/go:latest-dev@sha256:db5fd22b714032b054bf3de5e9d4f4a6d0321adc0682e1d10edd8f6f53a41901
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:6c2d3a8dcda7b177b85bbacc86b447185e229c122608541cce5a2798c84611f8
234+
image: cgr.dev/chainguard/crane:latest-dev@sha256:d7ab22df95b5a8690c2869200ce2ed7eeb642684dccdb82c4a02838ac841881e
235235
script: |
236236
#!/bin/sh
237237
set -ex

0 commit comments

Comments
 (0)