diff --git a/.github/workflows/call-build.yml b/.github/workflows/call-build.yml index c500f707..b61a1b4b 100644 --- a/.github/workflows/call-build.yml +++ b/.github/workflows/call-build.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v3.5.2 - name: Login to container registry if: ${{ inputs.push }} - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 with: registry: ghcr.io username: ${{ github.actor }}