Update docker/login-action action to v3
Some checks failed
Publish Docker image / Push Docker image to Forgejo Packages (push) Failing after 1m19s

This commit is contained in:
Renovate Bot 2024-07-07 07:02:18 +00:00 committed by renovate-bot
parent 4b5827b315
commit 2d3c987be0

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 }}