Skip to content

Commit 3a7537d

Browse files
authored
fix: removed wrong tag for latest builds (frain-dev#1794)
* fix: removed wrong tag for latest builds * fix: fixed syntax error in workflow
1 parent 4488b59 commit 3a7537d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.publisher-ee.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ docker_manifests:
8989

9090
- name_template: "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}-ee:latest"
9191
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"
9494

9595
checksum:
9696
name_template: "{{ .ProjectName}}_checksums.txt"

.publisher.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ docker_manifests:
154154

155155
- name_template: "docker.cloudsmith.io/convoy/convoy/{{ .Env.REPO_NAME }}:latest"
156156
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"
159159

160160
checksum:
161161
name_template: "{{ .ProjectName}}_checksums.txt"

0 commit comments

Comments
 (0)