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

This commit is contained in:
renovate[bot] 2024-08-08 14:09:18 +00:00 committed by Jannis R
parent 4be921d5dd
commit 3e5dc8e733

View file

@ -20,7 +20,7 @@ jobs:
- name: configure Docker to use buildx
uses: docker/setup-buildx-action@v3
- name: log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
@ -39,7 +39,7 @@ jobs:
# this is for the public-transport/infrastructure cluster
- name: log in to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}