diff --git a/.github/workflows/publish_manylinux_image.yml b/.github/workflows/publish_manylinux_image.yml index a05f2c2a..2ed14873 100644 --- a/.github/workflows/publish_manylinux_image.yml +++ b/.github/workflows/publish_manylinux_image.yml @@ -27,7 +27,7 @@ jobs: - name: Create cache directory run: mkdir -p $CI_CACHE_DIR/.buildx-cache - - name: Build base for cuda 12.4 (experimental) + - name: Build base for cuda 12.4 uses: docker/build-push-action@v5 with: context: ./docker