Merge pull request #21 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:44:36 +02:00
committed by GitHub

View File

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