Skip to content

Commit 7aa7267

Browse files
committed
Add dockerfile parameter to README.md
1 parent 7ac9d59 commit 7aa7267

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ registry-username|Enter the username to authenticate with your registry.|⚠️
6464
registry-token|Enter the token or password to authenticate with your registry. (an access token is highly recommended)|⚠️ Yes|
6565
registry|Choose which container image repository to upload to. <a href="https://github.com/docker/login-action#usage">See all options.</a>| |Docker Hub
6666
context|The relative path to the Dockerfile.| |`.`
67+
dockerfile|Filename of the Dockerfile within the context that you set.| |`{context}/Dockerfile`
6768
platforms|Comma separated list of <a href="https://github.com/docker-library/official-images#architectures-other-than-amd64">platforms</a>.| |`linux/amd64`
6869

6970
### Important security notice

0 commit comments

Comments
 (0)