Removed pr image pushing as it requires a different setup

Signed-off-by: Viktor Kuropiatnyk <vku@zurich.ibm.com>
This commit is contained in:
Viktor Kuropiatnyk
2025-10-08 09:59:31 +02:00
parent b4946369c7
commit fe67029592
2 changed files with 2 additions and 4 deletions

View File

@@ -43,12 +43,10 @@ jobs:
contents: read contents: read
attestations: write attestations: write
id-token: write id-token: write
secrets: inherit
uses: ./.github/workflows/job-image.yml uses: ./.github/workflows/job-image.yml
with: with:
publish: true publish: false
environment: registry-creds
build_args: ${{ matrix.spec.build_args }} build_args: ${{ matrix.spec.build_args }}
ghcr_image_name: ${{ matrix.spec.name }} ghcr_image_name: ${{ matrix.spec.name }}
quay_image_name: "" quay_image_name: ""

View File

@@ -36,7 +36,7 @@ jobs:
- name: docling-project/docling-serve-cu128 - name: docling-project/docling-serve-cu128
build_args: | build_args: |
UV_SYNC_EXTRA_ARGS=--no-group pypi --group cu128 UV_SYNC_EXTRA_ARGS=--no-group pypi --group cu128
platforms: linux/amd64 platforms: linux/amd64, linux/arm64
# - name: docling-project/docling-serve-rocm # - name: docling-project/docling-serve-rocm
# build_args: | # build_args: |
# UV_SYNC_EXTRA_ARGS=--no-group pypi --group rocm --no-extra flash-attn # UV_SYNC_EXTRA_ARGS=--no-group pypi --group rocm --no-extra flash-attn