Skip to content

Commit

Permalink
little adjustment to CI action
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Oct 18, 2024
1 parent e46cd06 commit d134f89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ jobs:
push: true
context: ./${{ env.APP_NAME }}
platforms: linux/amd64
tags: ghcr.io/cloud-py-api/visionatrix:${{ env.VERSION }}
tags: ghcr.io/${{ github.repository_owner }}/${{ env.APP_NAME }}:${{ env.VERSION }}
build-args: |
BUILD_TYPE=cpu
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ jobs:
push: true
context: ./${{ env.APP_NAME }}
platforms: linux/amd64
tags: ghcr.io/cloud-py-api/visionatrix:${{ env.VERSION }}-cuda
tags: ghcr.io/${{ github.repository_owner }}/${{ env.APP_NAME }}:${{ env.VERSION }}-cuda
build-args: |
BUILD_TYPE=cuda
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ jobs:
push: true
context: ./${{ env.APP_NAME }}
platforms: linux/amd64
tags: ghcr.io/cloud-py-api/visionatrix:${{ env.VERSION }}-rocm
tags: ghcr.io/${{ github.repository_owner }}/${{ env.APP_NAME }}:${{ env.VERSION }}-rocm
build-args: |
BUILD_TYPE=rocm

0 comments on commit d134f89

Please sign in to comment.