mirror of
https://github.com/docker/login-action.git
synced 2024-11-09 15:23:25 +01:00
Typo
This commit is contained in:
parent
a9078ed4ca
commit
ef43051dd2
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.1 (2020/08/16)
|
||||
|
||||
* Typo
|
||||
|
||||
## 1.1.0 (2020/08/15)
|
||||
|
||||
* Add tests and examples for GitLab and GitHub Package Registry
|
||||
|
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Login to DockerHub
|
||||
name: Login to GitHub Package Registry
|
||||
uses: crazy-max/ghaction-docker-login@v1
|
||||
with:
|
||||
registry: docker.pkg.github.com
|
||||
|
|
Loading…
Reference in a new issue