Skip to content

Commit c8aad4a

Browse files
committed
Update tasks images
Signed-off-by: Vincent Demeester <[email protected]>
1 parent 322937f commit c8aad4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go-crane-image/go-crane-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
description: URL of the image just built.
6767
steps:
6868
- name: build-go
69-
image: ghcr.io/shortbrain/golang-tasks/go:1.21
69+
image: ghcr.io/shortbrain/golang-tasks/go-1.21:latest
7070
workingDir: $(workspaces.source.path)
7171
script: |
7272
#!/usr/bin/env bash
@@ -83,7 +83,7 @@ spec:
8383
- name: CGO_ENABLED
8484
value: "$(params.go.CGO_ENABLED)"
8585
- name: publish-image
86-
image: ghcr.io/shortbrain/golang-tasks/crane:0.17.0
86+
image: ghcr.io/shortbrain/golang-tasks/crane:latest
8787
workingDir: $(workspaces.source.path)
8888
script: |
8989
#!/usr/bin/env bash

go-ko-image/go-ko-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
description: URL of the image just built.
7070
steps:
7171
- name: build-and-publish
72-
image: ghcr.io/ko-build/ko:v0.15.1
72+
image: ghcr.io/shortbrain/golang-tasks/ko-go-1.21:latest
7373
workingDir: $(workspaces.source.path)
7474
script: |
7575
#!/usr/bin/env bash
@@ -125,7 +125,7 @@ spec:
125125
- name: KO_DOCKER_REPO
126126
value: $(params.image.prefix)
127127
- name: publish-image
128-
image: ghcr.io/shortbrain/golang-tasks/crane:0.17.0
128+
image: ghcr.io/shortbrain/golang-tasks/crane:latest
129129
workingDir: $(workspaces.source.path)
130130
script: |
131131
#!/usr/bin/env bash

0 commit comments

Comments
 (0)