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 `993b909` to `d62bd66`
- [Commits](https://github.com/chainguard-images/images/commits)

Updates `chainguard/go` from `3baf874` to `e32d858`
- [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]>
  • Loading branch information
dependabot[bot] authored and tekton-robot committed Jan 14, 2025
1 parent a7725d0 commit 7ea2ca0
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:993b909c2a21d26960baae0b1bff6857e1291c2fc8ac0ce2625d5a6011112237
image: cgr.dev/chainguard/crane:latest-dev@sha256:d62bd664f0a7d9ab7db7733bf7f0f5a24dc3f124ac0db5cdf45814e364a20fc2
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:3baf87452a8109b39b3a766d2c80c62d9cdec57c371318f42db79a5275994541
image: cgr.dev/chainguard/go:latest-dev@sha256:e32d8589fd9140c4b612d8c7321c44e8165ca69e5a91bcb4b8dc150e2473da50
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:993b909c2a21d26960baae0b1bff6857e1291c2fc8ac0ce2625d5a6011112237
image: cgr.dev/chainguard/crane:latest-dev@sha256:d62bd664f0a7d9ab7db7733bf7f0f5a24dc3f124ac0db5cdf45814e364a20fc2
script: |
#!/bin/sh
set -ex
Expand Down

0 comments on commit 7ea2ca0

Please sign in to comment.