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
aa6a143ba7
commit
06fb820f54
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
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v4.3.0
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=auto
|
latest=auto
|
||||||
@ -104,6 +104,7 @@ jobs:
|
|||||||
target: ci-runtime
|
target: ci-runtime
|
||||||
push: true
|
push: true
|
||||||
load: true
|
load: true
|
||||||
|
tags: ${{ steps.meta.outputs.tags || steps.meta-pr.outputs.tags }}
|
||||||
platforms: 'linux/amd64'
|
platforms: 'linux/amd64'
|
||||||
build-args: |
|
build-args: |
|
||||||
build_type=dev
|
build_type=dev
|
||||||
|
Loading…
Reference in New Issue
Block a user