Skip to content

Commit

Permalink
fix: update push registry param and mvn version
Browse files Browse the repository at this point in the history
fixes #87
  • Loading branch information
kumadee committed Aug 23, 2023
1 parent 9de0c88 commit aa8cda1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/general-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ When set to `false`, the plugin will not fail when no `Containerfile` is found.
|The target registry where the images will be pushed to.

**This property is required.**
|`podman.image.push.registry`
|`podman.push.registry`

|skipAuth
|When set to `true`, Podman will not authenticate the current user with any of the configured registries.
Expand Down Expand Up @@ -134,4 +134,4 @@ WARNING: When using a custom root storage location for Podman, please be aware t
</podman>
...
</configuration>
----
----
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Saves an image as a `tar.gz` file to the local disk. This goal is not bound to a
[#requirements]
:navtitle: Requirements

- Maven 3.6.2 or later
- Maven 3.8.5 or later
- Java 8 or later
- Podman to be installed on the OS where this plugin will run
- Registry configuration to be present in Maven settings.
Expand Down

0 comments on commit aa8cda1

Please sign in to comment.