Skip to content

Commit

Permalink
fix podman import command
Browse files Browse the repository at this point in the history
  • Loading branch information
yylyyl committed Oct 19, 2023
1 parent cb91aa6 commit 712963b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions src/podman.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,7 @@ class PodmanInPodman {
labels
)

await this.exportAndImportToHost(
repoTagWithPlatform(repoTag, platform),
true
)
await this.exportAndImportToHost(repoTag, true)

if (tags.length > 1) {
await this.podman.tagImage(repoTag, tags.slice(1))
Expand Down

0 comments on commit 712963b

Please sign in to comment.