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(s) you would like to name your image with. (example: `myorg/myapp:production`) Use multi-line format for multiple tags.|⚠️ Yes|
112
115
registry|Choose which container image repository to upload to. <a href="https://github.com/docker/login-action#usage">See all options.</a>| |`docker.io`
113
116
registry-username|Enter the username to authenticate with your first registry.|⚠️ Yes|
114
-
registry-token (deprecated)| Use `registry-password` instead||
115
117
registry-password|Enter the password or token to authenticate with your registry. (an access token is highly recommended)|⚠️ Yes|
116
-
context|The relative path to the Dockerfile.| |`.`
118
+
registry-token (deprecated)| Use `registry-password` instead||
119
+
context|The build context directory (the directory containing your Dockerfile and build files).| |`.`
117
120
dockerfile|Filename of the Dockerfile within the context that you set.| |`./Dockerfile`
118
121
platforms|Comma separated list of <a href="https://github.com/docker-library/official-images#architectures-other-than-amd64">platforms</a>.| |`linux/amd64`
registry-2|Choose which container image repository to upload to. <a href="https://github.com/docker/login-action#usage">See all options.</a>| |
125
-
registry-username-2|Enter the username to authenticate with your second registry.|⚠️ Yes (if you use the 2nd registry)|
126
-
registry-password-2|Enter the token or password to authenticate with your second registry. (an access token is highly recommended)|⚠️ Yes (if you use the 2nd registry)|
128
+
registry-2-username|Enter the username to authenticate with your second registry.|⚠️ Yes (if you use the 2nd registry)|
129
+
registry-2-password|Enter the token or password to authenticate with your second registry. (an access token is highly recommended)|⚠️ Yes (if you use the 2nd registry)|
127
130
registry-3|Choose which container image repository to upload to. <a href="https://github.com/docker/login-action#usage">See all options.</a>| |
128
-
registry-username-3|Enter the username to authenticate with your third registry.|⚠️ Yes (if you use the 3rd registry)|
129
-
registry-password-3|Enter the token or password to authenticate with your third registry. (an access token is highly recommended)|⚠️ Yes (if you use the 3rd registry)|
131
+
registry-3-username|Enter the username to authenticate with your third registry.|⚠️ Yes (if you use the 3rd registry)|
132
+
registry-3-password|Enter the token or password to authenticate with your third registry. (an access token is highly recommended)|⚠️ Yes (if you use the 3rd registry)|
130
133
131
134
> [!NOTE]
132
135
> At least one registry's credentials must be provided (either registry 1, 2, or 3).
0 commit comments