Skip to content

Commit

Permalink
Add dockerfile parameter to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Nov 9, 2023
1 parent 7ac9d59 commit 7aa7267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ registry-username|Enter the username to authenticate with your registry.|⚠️
registry-token|Enter the token or password to authenticate with your registry. (an access token is highly recommended)|⚠️ Yes|
registry|Choose which container image repository to upload to. <a href="https://github.com/docker/login-action#usage">See all options.</a>| |Docker Hub
context|The relative path to the Dockerfile.| |`.`
dockerfile|Filename of the Dockerfile within the context that you set.| |`{context}/Dockerfile`
platforms|Comma separated list of <a href="https://github.com/docker-library/official-images#architectures-other-than-amd64">platforms</a>.| |`linux/amd64`

### Important security notice
Expand Down

0 comments on commit 7aa7267

Please sign in to comment.