From e4ceb6aec98ee09709551b522171aeb657dc8cc6 Mon Sep 17 00:00:00 2001 From: Paul Rogers Date: Wed, 29 Jan 2025 11:29:43 -0500 Subject: [PATCH] npm linting is awful --- actions/push-images/src/docker.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/actions/push-images/src/docker.ts b/actions/push-images/src/docker.ts index 68628f24..b7c2f942 100644 --- a/actions/push-images/src/docker.ts +++ b/actions/push-images/src/docker.ts @@ -152,7 +152,6 @@ export function buildCommands( `:v${version.major}.${version.minor}-` ) ) - commands.push( `docker manifest create ${repo}/${image}:latest ${latestManifests.join(' ')}`, `docker manifest push ${repo}/${image}:latest`,