You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# 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).
3
3
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`
0 commit comments