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

Commit 8ecfd6c

Browse files
authored
Update README.md
1 parent 9be966e commit 8ecfd6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Build and publish your repository as a Docker image and push it to GitHub Packag
3030

3131
### `imageTagPrefix`
3232

33-
*Optional*. Added to the beginning of the tag.
33+
*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.
3434

3535
### `imageTagSuffix`
3636

37-
*Optional*. Added to the end of the tag.
37+
*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.
3838

3939
### `buildArguments`
4040

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

0 commit comments

Comments
 (0)