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 Jan 23, 2020
1 parent 9be966e commit 8ecfd6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Build and publish your repository as a Docker image and push it to GitHub Packag

### `imageTagPrefix`

*Optional*. Added to the beginning of the tag.
*Optional*. Added to the beginning of the tag. Useful if you want to let *GitHub Docker* decide the tag, but prepend something of your own to it.

### `imageTagSuffix`

*Optional*. Added to the end of the tag.
*Optional*. Added to the end of the tag. Useful if you want to let *GitHub Docker* decide the tag, but append something of your own to it.

### `buildArguments`

Expand All @@ -52,7 +52,7 @@ The full URL of the image.
- name: Checkout Repository
uses: actions/checkout@v2
- name: Publish Image
uses: matootie/github-docker@v2.1.0
uses: matootie/github-docker@v2.2.0
with:
accessToken: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 8ecfd6c

Please sign in to comment.