Bump docker/login-action from 2 to 3 (#3685)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-14 10:23:22 +07:00
committed by GitHub
parent 91647ebc6e
commit 4a6ac93a7a
+1 -1
View File
@@ -359,7 +359,7 @@ jobs:
env:
DOCKER_CLI_HINTS: false
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}