Skip to content

Commit 889bdf9

Browse files
for next 1.15.x tag, don't push "latest" image (go-gitea#18489)
1 parent 147bcc3 commit 889bdf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/manifest.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ tags:
44
{{#each build.tags}}
55
- {{this}}
66
{{/each}}
7-
- "latest"
87
{{/if}}
98
manifests:
109
-
@@ -17,4 +16,4 @@ manifests:
1716
platform:
1817
architecture: arm64
1918
os: linux
20-
variant: v8
19+
variant: v8

0 commit comments

Comments
 (0)