Merge pull request #99 from systemli/dependabot/github_actions/docker/login-action-2.0.0

⬆️ Bump docker/login-action from 1.14.1 to 2.0.0
This commit is contained in:
Dwight Donovan Benvenuto 2022-05-06 13:17:37 +02:00 committed by GitHub
commit ceaa305c21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-go-
- name: Login to Docker Hub
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}