Update docker/login-action action to v2

This commit is contained in:
renovate[bot] 2022-12-16 13:13:07 +00:00 committed by Buckaroo Banzai
parent 5335c5ea78
commit 640839a095

View File

@ -45,7 +45,7 @@ jobs:
# only on tags or the master branch
- name: Docker Login
if: success() && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}