Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

dockerfile:tag fails when configured to skip #237 #277

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class TagMojo extends AbstractDockerMojo {
* The repository to put the built image into, for example <tt>spotify/foo</tt>. You should also
* set the <tt>tag</tt> parameter, otherwise the tag <tt>latest</tt> is used by default.
*/
@Parameter(property = "dockerfile.repository", required = true)
@Parameter(property = "dockerfile.repository", required = false)
private String repository;

/**
Expand Down