Skip to content

Commit

Permalink
(vllm) Disable provenance
Browse files Browse the repository at this point in the history
Proveance generates `unknown/unknown` architecture that conflict with image prunning (since the multiarch tag is just a pointers to real images).
  • Loading branch information
sasha0552 authored Oct 20, 2024
1 parent 0394dc0 commit 5fdef62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-vllm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ runs:
cache-to: type=local,dest=/var/tmp/buildx-cache,mode=max
context: ${{ inputs.repository }}/${{ inputs.ref }}
outputs: type=tar,dest=build.tar
provenance: false
push: false
tags: ${{ env.DOCKER_TAGS }}
target: build
Expand Down Expand Up @@ -117,6 +118,7 @@ runs:
with:
cache-from: type=local,src=/var/tmp/buildx-cache
context: ${{ inputs.repository }}/${{ inputs.ref }}
provenance: false
push: true
tags: ${{ env.DOCKER_TAGS }}
target: vllm-openai
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/zz-update-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- if: false
name: Remove untagged images
- name: Remove untagged images
uses: actions/github-script@v7
env:
package_name: ${{ matrix.package_name }}
Expand Down

0 comments on commit 5fdef62

Please sign in to comment.