File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
description : URL of the image just built.
67
67
steps :
68
68
- name : build-go
69
- image : ghcr.io/shortbrain/golang-tasks/go: 1.21
69
+ image : ghcr.io/shortbrain/golang-tasks/go- 1.21:latest
70
70
workingDir : $(workspaces.source.path)
71
71
script : |
72
72
#!/usr/bin/env bash
83
83
- name : CGO_ENABLED
84
84
value : " $(params.go.CGO_ENABLED)"
85
85
- name : publish-image
86
- image : ghcr.io/shortbrain/golang-tasks/crane:0.17.0
86
+ image : ghcr.io/shortbrain/golang-tasks/crane:latest
87
87
workingDir : $(workspaces.source.path)
88
88
script : |
89
89
#!/usr/bin/env bash
Original file line number Diff line number Diff line change 69
69
description : URL of the image just built.
70
70
steps :
71
71
- 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
73
73
workingDir : $(workspaces.source.path)
74
74
script : |
75
75
#!/usr/bin/env bash
@@ -125,7 +125,7 @@ spec:
125
125
- name : KO_DOCKER_REPO
126
126
value : $(params.image.prefix)
127
127
- name : publish-image
128
- image : ghcr.io/shortbrain/golang-tasks/crane:0.17.0
128
+ image : ghcr.io/shortbrain/golang-tasks/crane:latest
129
129
workingDir : $(workspaces.source.path)
130
130
script : |
131
131
#!/usr/bin/env bash
You can’t perform that action at this time.
0 commit comments