Skip to content

Commit d281aef

Browse files
committed
tasks: use main tag…
… this is an experiment anyway, no need for something else Signed-off-by: Vincent Demeester <[email protected]>
1 parent 618ec2b commit d281aef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
- name: CGO_ENABLED
8888
value: "$(params.go.CGO_ENABLED)"
8989
- name: publish-image
90-
image: ghcr.io/shortbrain/golang-tasks/crane:0.12.0
90+
image: ghcr.io/shortbrain/golang-tasks/crane:main
9191
workingDir: $(workspaces.source.path)
9292
script: |
9393
#!/usr/bin/env bash

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ spec:
130130
- name: KO_DOCKER_REPO
131131
value: $(params.image.prefix)
132132
- name: add-metadata
133-
image: ghcr.io/shortain/golang-tasks/crane:0.12.0
133+
image: ghcr.io/shortain/golang-tasks/crane:main
134134
workingDir: $(workspaces.source.path)
135135
script: |
136136
#!/usr/bin/env bash

0 commit comments

Comments
 (0)