1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-25 11:14:08 +00:00

Bump docker/login-action from v1.3.0 to v1.4.0 (#127)

Bumps [docker/login-action](https://github.com/docker/login-action) from v1.3.0 to v1.4.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.3.0...0f9fb804211da85ced11999754d75a8de9d612f8)

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-09-28 19:00:09 +00:00 committed by GitHub
parent b3fdfb6920
commit e0cd59c9ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ jobs:
-
name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1.3.0
uses: docker/login-action@v1.4.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}