Bump docker/login-action from 1.10.0 to 1.12.0 (#66)

This commit is contained in:
dependabot[bot] 2022-01-09 08:39:19 +01:00 committed by GitHub
parent 2a10cd0e94
commit a2736d7844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
go-version: 1.16.x
- name: Login to Docker Hub
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.12.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}