mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(backend): add some tags
This commit is contained in:
parent
519641928b
commit
5afd085d04
3
.github/workflows/build_trtllm.yaml
vendored
3
.github/workflows/build_trtllm.yaml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4.3.0
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
flavor: |
|
||||
latest=auto
|
||||
@ -104,6 +104,7 @@ jobs:
|
||||
target: ci-runtime
|
||||
push: true
|
||||
load: true
|
||||
tags: ${{ steps.meta.outputs.tags || steps.meta-pr.outputs.tags }}
|
||||
platforms: 'linux/amd64'
|
||||
build-args: |
|
||||
build_type=dev
|
||||
|
Loading…
Reference in New Issue
Block a user