diff --git a/.github/workflows/llm-d-image-build.yml b/.github/workflows/llm-d-image-build.yml index 876995c0..4548875c 100644 --- a/.github/workflows/llm-d-image-build.yml +++ b/.github/workflows/llm-d-image-build.yml @@ -50,7 +50,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build the Container Image for ${{ matrix.gpu }} - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: ${{ env.RELEASE_VERSION != 'latest' && !github.event.release.prerelease }} #cache-from: type=gha # Use github action mechanisms to cache layers