diff options
-rw-r--r-- | docker/manifest.rootless.tmpl | 1 | ||||
-rw-r--r-- | docker/manifest.tmpl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docker/manifest.rootless.tmpl b/docker/manifest.rootless.tmpl index 87e6e9dfc2..a6a28e9046 100644 --- a/docker/manifest.rootless.tmpl +++ b/docker/manifest.rootless.tmpl @@ -5,7 +5,6 @@ tags: {{#each build.tags}} - {{this}}-rootless {{/each}} - - "latest-rootless" {{/unless}} {{/if}} manifests: diff --git a/docker/manifest.tmpl b/docker/manifest.tmpl index 18847064f6..817bf189a5 100644 --- a/docker/manifest.tmpl +++ b/docker/manifest.tmpl @@ -5,7 +5,6 @@ tags: {{#each build.tags}} - {{this}} {{/each}} - - "latest" {{/unless}} {{/if}} manifests: |