@@ -23,12 +23,12 @@ tag_image() {
23
23
# helm doesn't use v-prefixed versions, everything else does
24
24
# NB: these will fail if the commit hasn't gone through CI and produced release-candidate images yet
25
25
tag_image ghcr.io/buildkite/helm/agent-stack-k8s:${commitish: 1} " $version "
26
- tag_image ghcr.io/buildkite/agent-stack-k8s:${commitish} " $tag "
27
- tag_image ghcr.io/buildkite/agent-k8s:${commitish} " $tag "
26
+ tag_image ghcr.io/buildkite/agent-stack-k8s/controller :${commitish} " $tag "
27
+ tag_image ghcr.io/buildkite/agent-stack- k8s/agent :${commitish} " $tag "
28
28
29
29
chart_digest=$( crane digest ghcr.io/buildkite/helm/agent-stack-k8s:${version} )
30
- controller_digest=$( crane digest ghcr.io/buildkite/agent-stack-k8s:${tag} )
31
- agent_digest=$( crane digest ghcr.io/buildkite/agent-k8s:${tag} )
30
+ controller_digest=$( crane digest ghcr.io/buildkite/agent-stack-k8s/controller :${tag} )
31
+ agent_digest=$( crane digest ghcr.io/buildkite/agent-stack- k8s/agent :${tag} )
32
32
33
33
git tag -m " $tag " " $tag "
34
34
git push origin " $tag " --force
@@ -42,11 +42,11 @@ Image: \`ghcr.io/buildkite/helm/agent-stack-k8s:${version}\`
42
42
Digest: \` $chart_digest \`
43
43
44
44
### Controller
45
- Image: \` ghcr.io/buildkite/agent-stack-k8s:${tag} \`
45
+ Image: \` ghcr.io/buildkite/agent-stack-k8s/controller :${tag} \`
46
46
Digest: \` $controller_digest \`
47
47
48
48
### Agent
49
- Image: \` ghcr.io/buildkite/agent-k8s:${tag} \`
49
+ Image: \` ghcr.io/buildkite/agent-stack- k8s/agent :${tag} \`
50
50
Digest: \` $agent_digest \`
51
51
EOF
52
52
0 commit comments