chore(build.yml): update docker/login-action to version 2 in login to DockerHub step

This commit is contained in:
mrinc 2023-07-25 11:33:10 +02:00
parent b9feb92cd1
commit 7000a6099a

View file

@ -27,7 +27,7 @@ jobs:
- name: Login to DockerHub - name: Login to DockerHub
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v1 uses: docker/login-action@v2
with: with:
username: ${{ secrets.DOCKER_HUB_USER }} username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }} password: ${{ secrets.DOCKER_HUB_TOKEN }}