Skip to content

Commit

Permalink
Use fully qualified image name to make podman happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Apr 30, 2024
1 parent 9c768f2 commit 74fed97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void build(Path outputDir, Path antoraPlaybookPath)
cmd.add("--name");
cmd.add(containerName);

cmd.add("antora/antora:3.0.1");
cmd.add("docker.io/antora/antora:3.0.1");

cmd.add("--cache-dir=./antora-cache");
cmd.add(antoraPlaybookPath.toString());
Expand Down

0 comments on commit 74fed97

Please sign in to comment.