Skip to content

Commit

Permalink
chore: tag model_servers images on release
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>

fix: missing $

Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed Aug 12, 2024
1 parent b61c908 commit 2130f92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/model_servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
- 'model_servers/**'
- 'models/Makefile'
- .github/workflows/model_servers.yaml
tags:
- '*'

workflow_dispatch:

Expand Down Expand Up @@ -97,7 +99,7 @@ jobs:
with:
image: ${{ env.REGISTRY }}/${{ github.repository_owner}}/${{ matrix.image_name }}
platforms: ${{ matrix.platforms }}
tags: latest
tags: latest ${{ github.ref_type == 'tag' && github.ref_name || '' }}
containerfiles: ./model_servers/${{ matrix.directory }}/${{ matrix.flavor }}/Containerfile
context: model_servers/${{ matrix.directory }}/

Expand Down

0 comments on commit 2130f92

Please sign in to comment.