Bump docker/login-action from 1 to 2 (#1665)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-06 13:41:56 +07:00 committed by GitHub
parent c4b73a8fd0
commit 8588404964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -334,7 +334,7 @@ jobs:
- name: Docker build
run: node common/scripts/install-run-rush.js docker:build
- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}