You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run `npm i --save-dev @iteratec/semantic-release-docker` to install this semantic-release plugin.
32
+
27
33
## Configuration
28
34
29
-
### docker registry authentication
35
+
### Docker registry authentication
30
36
31
37
The `docker registry` authentication is **required** and can be set via environment variables.
32
38
@@ -47,7 +53,7 @@ The `docker registry` authentication is **required** and can be set via environm
47
53
| registryUrl |_Optional_. The hostname and port used by the the registry in format `hostname[:port]`. Omit the port if the registry uses the default port |
48
54
| repositoryName |_Optional_. The name of the repository in the registry, e.g. username on docker hub |
0 commit comments