Merge pull request #23 from systemli/dependabot/github_actions/docker/login-action-3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0
This commit is contained in:
0x46616c6b 2023-09-15 13:01:43 +02:00 committed by GitHub
commit b72c9d755a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Login to Docker Hub
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}