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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matootie authored Feb 19, 2020
1 parent 2a67136 commit 37b6272
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,26 @@ Build and publish your repository as a Docker image and push it to GitHub Packag
### `buildArgs`

*Optional*. Any additional build arguments to use when building the image.
```yaml
with:
buildArg: |
HTTP_PROXY=http://10.20.30.2:1234
FTP_PROXY=http://40.50.60.5:4567
```
## Outputs
### `imageURL`

The full URL of the image.

## Example usage
## Simple usage

```yaml
- name: Checkout Repository
uses: actions/checkout@v2
- name: Publish Image
uses: matootie/github-docker@v2.2.1
uses: matootie/github-docker@v2.2.2
with:
accessToken: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 37b6272

Please sign in to comment.