build(deps): Bump docker/login-action from 2.0.0 to 2.1.0 (#9570)

This commit is contained in:
dependabot[bot]
2022-10-27 14:27:20 -04:00
committed by GitHub
parent 9d6b75fa3e
commit 1ef96d3f04
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Login to DockerHub
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}