diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index f59d260..28c50fa 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -22,7 +22,7 @@ jobs: - name: Log in to the Container registry if: ${{ steps.push_check.outputs.push }} - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 with: registry: ghcr.io username: ${{ github.actor }}