mirror of
https://github.com/docker/login-action.git
synced 2024-11-09 23:33:24 +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
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1.1 (2020/08/16)
|
||||||
|
|
||||||
|
* Typo
|
||||||
|
|
||||||
## 1.1.0 (2020/08/15)
|
## 1.1.0 (2020/08/15)
|
||||||
|
|
||||||
* Add tests and examples for GitLab and GitHub Package Registry
|
* Add tests and examples for GitLab and GitHub Package Registry
|
||||||
|
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Login to DockerHub
|
name: Login to GitHub Package Registry
|
||||||
uses: crazy-max/ghaction-docker-login@v1
|
uses: crazy-max/ghaction-docker-login@v1
|
||||||
with:
|
with:
|
||||||
registry: docker.pkg.github.com
|
registry: docker.pkg.github.com
|
||||||
|
|
Loading…
Reference in a new issue