diff --git a/.github/workflows/llm-d-image-build.yml b/.github/workflows/llm-d-image-build.yml index 876995c0..553f21d8 100644 --- a/.github/workflows/llm-d-image-build.yml +++ b/.github/workflows/llm-d-image-build.yml @@ -42,7 +42,7 @@ jobs: # We only need to log in if we are going to push - name: Login to Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: ${{ env.RELEASE_VERSION != 'latest' && !github.event.release.prerelease }} with: registry: ghcr.io