Merge pull request #48 from nicolabs/dependabot/github_actions/docker/login-action-2.1.0

Bump docker/login-action from 1.9.0 to 2.1.0
This commit is contained in:
nicobo 2023-07-06 13:45:02 +02:00 committed by GitHub
commit 4a92e9c329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to Docker Hub
uses: docker/login-action@v1.9.0
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}