Skip to content

Commit

Permalink
build(deps): bump the all group in /tekton with 2 updates
Browse files Browse the repository at this point in the history
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 `53f6100` to `c964279`
- [Commits](https://github.com/chainguard-images/images/commits)

Updates `chainguard/go` from `698af2b` to `1f14f57`
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent 5b082b1 commit 0564087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
steps:

- name: container-registry-auth
image: cgr.dev/chainguard/crane:latest-dev@sha256:53f61005b8e894b4c9d7de210f25102cb3999267aa1e57c092889a77d26e3a60
image: cgr.dev/chainguard/crane:latest-dev@sha256:c9642791303d53b2e392a3c972ea80656212631918c6574e49f836f4e7d71370
script: |
#!/bin/sh
set -ex
Expand All @@ -92,7 +92,7 @@ spec:
cp ${DOCKER_CONFIG} /workspace/docker-config.json
- name: create-ko-yaml
image: cgr.dev/chainguard/go:latest-dev@sha256:698af2b7a386c5da9743e0813c5c0998df1dffe11786539b35270f846ee068ee
image: cgr.dev/chainguard/go:latest-dev@sha256:1f14f57b08a192f63bc85311161630a9c4ffc8d3ddf79f52f6c4f9507bbc6b45
script: |
#!/bin/sh
set -ex
Expand Down Expand Up @@ -232,7 +232,7 @@ spec:
${PRESERVE_IMPORT_PATH} > /workspace/built_images
- name: tag-images
image: cgr.dev/chainguard/crane:latest-dev@sha256:53f61005b8e894b4c9d7de210f25102cb3999267aa1e57c092889a77d26e3a60
image: cgr.dev/chainguard/crane:latest-dev@sha256:c9642791303d53b2e392a3c972ea80656212631918c6574e49f836f4e7d71370
script: |
#!/bin/sh
set -ex
Expand Down

0 comments on commit 0564087

Please sign in to comment.