Skip to content

Commit d134f89

Browse files
committed
little adjustment to CI action
Signed-off-by: Alexander Piskun <[email protected]>
1 parent e46cd06 commit d134f89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-docker-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
push: true
8989
context: ./${{ env.APP_NAME }}
9090
platforms: linux/amd64
91-
tags: ghcr.io/cloud-py-api/visionatrix:${{ env.VERSION }}
91+
tags: ghcr.io/${{ github.repository_owner }}/${{ env.APP_NAME }}:${{ env.VERSION }}
9292
build-args: |
9393
BUILD_TYPE=cpu

.github/workflows/publish-docker-cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
push: true
8989
context: ./${{ env.APP_NAME }}
9090
platforms: linux/amd64
91-
tags: ghcr.io/cloud-py-api/visionatrix:${{ env.VERSION }}-cuda
91+
tags: ghcr.io/${{ github.repository_owner }}/${{ env.APP_NAME }}:${{ env.VERSION }}-cuda
9292
build-args: |
9393
BUILD_TYPE=cuda

.github/workflows/publish-docker-rocm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
push: true
8989
context: ./${{ env.APP_NAME }}
9090
platforms: linux/amd64
91-
tags: ghcr.io/cloud-py-api/visionatrix:${{ env.VERSION }}-rocm
91+
tags: ghcr.io/${{ github.repository_owner }}/${{ env.APP_NAME }}:${{ env.VERSION }}-rocm
9292
build-args: |
9393
BUILD_TYPE=rocm

0 commit comments

Comments
 (0)