Merge pull request #23 from flibusta-apps/dependabot/github_actions/docker/login-action-3

Bump docker/login-action from 2 to 3
This commit is contained in:
2023-09-13 13:53:53 +02:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ jobs:
-
name: Login to ghcr.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}