1
0
forked from MTSR/mapserver

chore(deps): update docker/login-action action to v3

This commit is contained in:
renovate[bot] 2023-12-29 15:05:22 +00:00 committed by Buckaroo Banzai
parent 5cc3a97362
commit a58afe86d0

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@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}