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
tags|Enter the tag you would like to name your image with. (example: `myorg/myapp:production`)|(🚨 Required to be set)
68
-
context|The relative path to the Dockerfile.|`.`
69
-
platforms|Comma separated list of <a href="https://github.com/docker-library/official-images#architectures-other-than-amd64">platforms</a>.|`linux/amd64`
tags|Enter the tag you would like to name your image with. (example: `myorg/myapp:production`)|⚠️ Yes|
63
+
registry-username|Enter the username to authenticate with your registry.|⚠️ Yes|
64
+
registry-token|Enter the token or password to authenticate with your registry. (an access token is highly recommended)|⚠️ Yes|
65
+
registry|Choose which container image repository to upload to. <a href="https://github.com/docker/login-action#usage">See all options.</a>| |Docker Hub
66
+
context|The relative path to the Dockerfile.| |`.`
67
+
platforms|Comma separated list of <a href="https://github.com/docker-library/official-images#architectures-other-than-amd64">platforms</a>.| |`linux/amd64`
68
+
69
+
### Important security notice
70
+
Always use encrypted secrets when passing sensitive information. [Learn more here →](https://docs.github.com/en/actions/security-guides/encrypted-secrets)
70
71
71
72
### Security Disclosures
72
73
If you find a security vulnerability, please let us know as soon as possible.
0 commit comments