diff --git a/docker/manifest.rootless.tmpl b/docker/manifest.rootless.tmpl index 9559416470..2c6623b2d7 100644 --- a/docker/manifest.rootless.tmpl +++ b/docker/manifest.rootless.tmpl @@ -4,7 +4,6 @@ tags: {{#each build.tags}} - {{this}}-rootless {{/each}} - - "latest-rootless" {{/if}} manifests: - diff --git a/docker/manifest.tmpl b/docker/manifest.tmpl index 4cd4ea4ea2..8ca3d5be1d 100644 --- a/docker/manifest.tmpl +++ b/docker/manifest.tmpl @@ -4,7 +4,6 @@ tags: {{#each build.tags}} - {{this}} {{/each}} - - "latest" {{/if}} manifests: -