diff --git a/.github/workflows/scatter_build_and_push_to_ghcrio.yml b/.github/workflows/scatter_build_and_push_to_ghcrio.yml index e23c995..7d62f7b 100644 --- a/.github/workflows/scatter_build_and_push_to_ghcrio.yml +++ b/.github/workflows/scatter_build_and_push_to_ghcrio.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 # Log in to GitHub Container registry - name: Login to GitHub Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.actor }}