Update the Docker login action to v3

This commit is contained in:
Eugene Burmakin 2024-04-07 17:20:29 +02:00
parent dd77983ec2
commit cfab6646c9

View file

@ -18,9 +18,8 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ${{ secrets.DOCKER_REGISTRY }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push