Skip to content

Commit

Permalink
misc(backend): add some tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Dec 19, 2024
1 parent 5911854 commit dd8dada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit dd8dada

Please sign in to comment.