Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit e5c702c

Browse files
authored
Update README.md
1 parent 781d3c4 commit e5c702c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Build and publish your repository as a Docker image and push it to GitHub Packag
88

99
**Required**. GitHub Token for the user. Must have write permissions for packages. Recommended set up would be to use the provided GitHub Token for your repository; `${{ secrets.GITHUB_TOKEN }}`.
1010

11+
### `context`
12+
13+
*Optional*. Where should GitHub Docker find the Dockerfile? This is a path relative to the repository root. Defaults to `.`, meaning it will look for a `Dockerfile` in the root of the repository.
14+
1115
### `username`
1216

1317
*Optional*. GitHub user to publish the image on behalf of. Defaults to the user who triggered the action to run.

0 commit comments

Comments
 (0)