GHA docker/login-action to v2

This commit is contained in:
Bret Fisher
2022-11-23 21:56:07 -05:00
committed by GitHub
parent 57e5b628cd
commit 3244bb9c19

View File

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