Merge pull request #118 from qmk/dependabot/github_actions/docker/login-action-1.14.1

Bump docker/login-action from 1.14.0 to 1.14.1
This commit is contained in:
Joel Challis
2022-03-08 21:56:23 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+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.14.0
uses: docker/login-action@v1.14.1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}