diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9996a2..a848e48 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -434,7 +434,7 @@ jobs: asset_name: servicebinding-runtime-bundle-${{ steps.get_version.outputs.VERSION }}.tar asset_content_type: application/x-tar - name: Login to GitHub Container Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }}