@@ -51,12 +51,12 @@ dockers:
51
51
- image_templates :
52
52
# Specify the image tag including `-amd64` suffix if the build is not a snapshot build or is not being built on
53
53
# arm64 machine. This allows for using the snapshot image build without the archtecture specific suffix
54
- # consistently on local machines, i.e. can always use `d2iq-labs/capi-runtime-extensions:v<VERSION>` on the machine the snapshot
54
+ # consistently on local machines, i.e. can always use `ghcr.io/ d2iq-labs/capi-runtime-extensions:v<VERSION>` on the machine the snapshot
55
55
# is built on.
56
56
#
57
57
# For a release build the `-amd64` suffix will always be included and the `docker_manifests` specification below
58
58
# will create the final multiplatform manifest to be pushed to the registry.
59
- - ' d2iq-labs/{{.ProjectName}}:v{{trimprefix .Version "v"}}{{ if or (not .IsSnapshot) (not (eq .Runtime.Goarch "amd64")) }}-amd64{{ end }}'
59
+ - ghcr.io/ d2iq-labs/{{.ProjectName}}:v{{trimprefix .Version "v"}}{{ if or (not .IsSnapshot) (not (eq .Runtime.Goarch "amd64")) }}-amd64{{ end }}
60
60
use : buildx
61
61
dockerfile : Dockerfile
62
62
build_flag_templates :
@@ -70,12 +70,12 @@ dockers:
70
70
- image_templates :
71
71
# Specify the image tag including `-amd64v8` suffix if the build is not a snapshot build or is not being built on
72
72
# arm64 machine. This allows for using the snapshot image build without the archtecture specific suffix
73
- # consistently on local machines, i.e. can always use `d2iq-labs/capi-runtime-extensions:v<VERSION>` on the machine the snapshot
73
+ # consistently on local machines, i.e. can always use `ghcr.io/ d2iq-labs/capi-runtime-extensions:v<VERSION>` on the machine the snapshot
74
74
# is built on.
75
75
#
76
76
# For a release build the `-amd64v8` suffix will always be included and the `docker_manifests` specification below
77
77
# will create the final multiplatform manifest to be pushed to the registry.
78
- - ' d2iq-labs/{{.ProjectName}}:v{{trimprefix .Version "v"}}{{ if or (not .IsSnapshot) (not (eq .Runtime.Goarch "arm64")) }}-arm64v8{{ end }}'
78
+ - ghcr.io/ d2iq-labs/{{.ProjectName}}:v{{trimprefix .Version "v"}}{{ if or (not .IsSnapshot) (not (eq .Runtime.Goarch "arm64")) }}-arm64v8{{ end }}
79
79
use : buildx
80
80
goarch : arm64
81
81
dockerfile : Dockerfile
@@ -90,8 +90,8 @@ dockers:
90
90
docker_manifests :
91
91
- name_template : d2iq-labs/{{.ProjectName}}:v{{trimprefix .Version "v"}}
92
92
image_templates :
93
- - d2iq-labs/{{.ProjectName}}:v{{trimprefix .Version "v"}}-amd64
94
- - d2iq-labs/{{.ProjectName}}:v{{trimprefix .Version "v"}}-arm64v8
93
+ - ghcr.io/ d2iq-labs/{{.ProjectName}}:v{{trimprefix .Version "v"}}-amd64
94
+ - ghcr.io/ d2iq-labs/{{.ProjectName}}:v{{trimprefix .Version "v"}}-arm64v8
95
95
checksum :
96
96
name_template : ' checksums.txt'
97
97
snapshot :
0 commit comments