Update docker/login-action action to v3
All checks were successful
Pull request workflow / Build and Test (pull_request) Successful in 3m24s

This commit is contained in:
Renovate Bot 2024-07-07 07:02:18 +00:00
parent 6c96c6f2c2
commit 0a25743644

View file

@ -30,7 +30,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}