File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ docker_manifests:
89
89
90
90
- name_template : " docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:latest"
91
91
image_templates :
92
- - " docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:{{ .Tag }}- latest-amd64"
93
- - " docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:{{ .Tag }}- latest-arm64"
92
+ - " docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:latest-amd64"
93
+ - " docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:latest-arm64"
94
94
95
95
checksum :
96
96
name_template : " {{ .ProjectName}}_checksums.txt"
Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ docker_manifests:
154
154
155
155
- name_template : " docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}:latest"
156
156
image_templates :
157
- - " docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}:{{ .Tag }}- latest-amd64"
158
- - " docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}:{{ .Tag }}- latest-arm64"
157
+ - " docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}:latest-amd64"
158
+ - " docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}:latest-arm64"
159
159
160
160
checksum :
161
161
name_template : " {{ .ProjectName}}_checksums.txt"
You can’t perform that action at this time.
0 commit comments