Bump docker/login-action from 1.13.0 to 1.14.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-28 17:20:12 +00:00
committed by GitHub
parent 552fe67430
commit dbfdd2dec5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
run: |
pip download -d "${GITHUB_WORKSPACE}/dist" qmk=="${{ steps.previoustag.outputs.tag }}"
- name: Log in to Docker Hub
uses: docker/login-action@v1.13.0
uses: docker/login-action@v1.14.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
python3 -m build
twine upload dist/*
- name: Log in to Docker Hub
uses: docker/login-action@v1.13.0
uses: docker/login-action@v1.14.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}