Bump crazy-max/ghaction-docker-login from v1.1.0 to v1.1.1 (#152)

Bumps [crazy-max/ghaction-docker-login](https://github.com/crazy-max/ghaction-docker-login) from v1.1.0 to v1.1.1.
- [Release notes](https://github.com/crazy-max/ghaction-docker-login/releases)
- [Changelog](https://github.com/crazy-max/ghaction-docker-login/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-docker-login/compare/v1.1.0...ef43051dd23cf490574212506f935361f3a15e9e)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-08-17 11:55:30 +00:00
committed by GitHub
parent 958c3ed80b
commit ff1979d436

View File

@@ -122,7 +122,7 @@ jobs:
-
name: Login to DockerHub
if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, github.event.repository.default_branch) || startsWith(github.ref, 'refs/tags/'))
uses: crazy-max/ghaction-docker-login@v1.1.0
uses: crazy-max/ghaction-docker-login@v1.1.1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}