We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 618ec2b commit d281aefCopy full SHA for d281aef
go-crane-image/go-crane-image.yaml
@@ -87,7 +87,7 @@ spec:
87
- name: CGO_ENABLED
88
value: "$(params.go.CGO_ENABLED)"
89
- name: publish-image
90
- image: ghcr.io/shortbrain/golang-tasks/crane:0.12.0
+ image: ghcr.io/shortbrain/golang-tasks/crane:main
91
workingDir: $(workspaces.source.path)
92
script: |
93
#!/usr/bin/env bash
go-ko-image/go-ko-image.yaml
@@ -130,7 +130,7 @@ spec:
130
- name: KO_DOCKER_REPO
131
value: $(params.image.prefix)
132
- name: add-metadata
133
- image: ghcr.io/shortain/golang-tasks/crane:0.12.0
+ image: ghcr.io/shortain/golang-tasks/crane:main
134
135
136
0 commit comments