Skip to content

Commit e8553f9

Browse files
authored
Update README.md
1 parent d82bd4b commit e8553f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# push-to-ghcr
2-
This action simplifies pushes of Docker images to [ghcr.io repository](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry).
2+
This action simplifies pushes of Docker images to [a public GitHub Containers Registry at ghcr.io](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry).
33

4-
* On each `release` event (releases named `vx.y.z`) your image will be tagged with `x.y.z`
5-
* On each `push` event your image will be tagged with `latest`
4+
`Dockerfile` from your repository is build and published on:
5+
6+
* `release` event (releases named `vx.y.z`) your image will be tagged with `x.y.z`
7+
* `push` event your image will be tagged with `latest`
68

79
## How to use it?
810

0 commit comments

Comments
 (0)