File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments