Skip to content

Commit

Permalink
npm linting is awful
Browse files Browse the repository at this point in the history
  • Loading branch information
paul1r committed Jan 29, 2025
1 parent 95d9f1e commit e4ceb6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actions/push-images/src/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit e4ceb6a

Please sign in to comment.