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

Commit 37b6272

Browse files
authored
Update README.md
1 parent 2a67136 commit 37b6272

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,26 @@ Build and publish your repository as a Docker image and push it to GitHub Packag
3939
### `buildArgs`
4040

4141
*Optional*. Any additional build arguments to use when building the image.
42+
```yaml
43+
with:
44+
buildArg: |
45+
HTTP_PROXY=http://10.20.30.2:1234
46+
FTP_PROXY=http://40.50.60.5:4567
47+
```
4248
4349
## Outputs
4450
4551
### `imageURL`
4652

4753
The full URL of the image.
4854

49-
## Example usage
55+
## Simple usage
5056

5157
```yaml
5258
- name: Checkout Repository
5359
uses: actions/checkout@v2
5460
- name: Publish Image
55-
uses: matootie/github-docker@v2.2.1
61+
uses: matootie/github-docker@v2.2.2
5662
with:
5763
accessToken: ${{ secrets.GITHUB_TOKEN }}
5864
```

0 commit comments

Comments
 (0)