Merge pull request #123 from qmk/dependabot/github_actions/docker/login-action-2.0.0

Bump docker/login-action from 1.14.1 to 2.0.0
This commit is contained in:
Joel Challis
2022-05-10 04:05:19 +01:00
committed by GitHub
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.14.1
uses: docker/login-action@v2.0.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.14.1
uses: docker/login-action@v2.0.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}