Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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:ac64ee014766e83069a347814f402f6bb291e7a8fdf016404636ee2e6528dc69
image: cgr.dev/chainguard/crane:latest-dev@sha256:eb36ea718137510d0deff6b40f8f3e615d015d95aaccaa0fb258900d8236452a
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:6d395f0f0253d6655d1b9ade07aacd9cb79c8ea703f6ceaaad1ab7596894377b
image: cgr.dev/chainguard/go:latest-dev@sha256:a4ed2de47fb40542568fa64ba9df87c42ca20e4188a992efcad7965b3e771b93
script: |
#!/bin/sh
set -ex
Expand Down Expand Up @@ -136,7 +136,7 @@ spec:
cat /workspace/.ko.yaml

- name: run-ko
image: ghcr.io/tektoncd/plumbing/ko@sha256:1ec6c2f08b052af1a63828d9b7ecae6c14f7a301103fb5f8fcd2c94a662d2737
image: ghcr.io/tektoncd/plumbing/ko@sha256:5de4d42296d198f7b371719f6027115e2076d38828be78b6830936e452399846
env:
- name: KO_DOCKER_REPO
value: $(params.imageRegistry)/$(params.imageRegistryPath)
Expand Down Expand Up @@ -237,7 +237,7 @@ spec:
${PRESERVE_IMPORT_PATH} > /workspace/built_images

- name: tag-images
image: cgr.dev/chainguard/crane:latest-dev@sha256:ac64ee014766e83069a347814f402f6bb291e7a8fdf016404636ee2e6528dc69
image: cgr.dev/chainguard/crane:latest-dev@sha256:eb36ea718137510d0deff6b40f8f3e615d015d95aaccaa0fb258900d8236452a
script: |
#!/bin/sh
set -ex
Expand Down
Loading