Bump docker/login-action from 1.10.0 to 1.11.0 (#125)

This commit is contained in:
dependabot[bot]
2021-12-20 13:00:40 +01:00
committed by GitHub
parent 15ef6ed8c4
commit 5abfee4a25

View File

@@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Login to DockerHub
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.11.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}