We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9078ed commit ef43051Copy full SHA for ef43051
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.1.1 (2020/08/16)
4
+
5
+* Typo
6
7
## 1.1.0 (2020/08/15)
8
9
* Add tests and examples for GitLab and GitHub Package Registry
README.md
@@ -69,7 +69,7 @@ jobs:
69
name: Checkout
70
uses: actions/checkout@v2
71
-
72
- name: Login to DockerHub
+ name: Login to GitHub Package Registry
73
uses: crazy-max/ghaction-docker-login@v1
74
with:
75
registry: docker.pkg.github.com
0 commit comments