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

Updates `chainguard/go` from `3e7edcd` to `b126e5d`
- [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 Nov 19, 2024
1 parent ccf8cfb commit 0d39e02
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:b34abb5bf41822ed24ce4f25524f91a8df24d5355301b87ea4922ba060c2832d
image: cgr.dev/chainguard/crane:latest-dev@sha256:04e25a50bd5b83b25f12470479209251194d52a7d3638c2c7a4b8edbd322ce5a
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:3e7edcd0d21e727d21946f4f500aaf1f4432dd60244079ac2c9426dbbe7bc115
image: cgr.dev/chainguard/go:latest-dev@sha256:b126e5d437fd250547fe56c1c85497754df21d43115062a40d978dc6614c6d8c
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:b34abb5bf41822ed24ce4f25524f91a8df24d5355301b87ea4922ba060c2832d
image: cgr.dev/chainguard/crane:latest-dev@sha256:04e25a50bd5b83b25f12470479209251194d52a7d3638c2c7a4b8edbd322ce5a
script: |
#!/bin/sh
set -ex
Expand Down

0 comments on commit 0d39e02

Please sign in to comment.