Skip to content

Commit

Permalink
Update the image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
scorebot committed Sep 6, 2024
1 parent 59bf21f commit 391b33b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cuda-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{secrets.DOCKERHUB_USERNAME}}/ai-serving-cuda
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{secrets.DOCKERHUB_USERNAME}}/ai-serving
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 391b33b

Please sign in to comment.