From de79d2a2353a213dbdc1167666f42a693d2d26f1 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 18 Jun 2022 21:02:25 +0200 Subject: [PATCH] CI: disable push to latest docker tag (#20025) --- docker/manifest.rootless.tmpl | 1 - docker/manifest.tmpl | 1 - 2 files changed, 2 deletions(-) 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: -