Merge pull request #6 from flibusta-apps/dependabot/github_actions/docker/login-action-2

Bump docker/login-action from 1 to 2
This commit is contained in:
2022-08-04 13:10:01 +03:00
committed by GitHub

View File

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