File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
push : true
67
67
platforms : linux/amd64
68
68
tags : |
69
- ghcr.io/${{ github.repository }}:${{ env.tag }}
70
- ${{ env.latest_tag == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}
69
+ ghcr.io/${{ github.repository }}/linux/amd64 :${{ env.tag }}
70
+ ${{ env.latest_tag == 'true' && format('ghcr.io/{0}/linux/amd64 :latest', github.repository) || '' }}
71
71
publish-arm :
72
72
runs-on : SubtensorCI
73
73
@@ -112,5 +112,5 @@ jobs:
112
112
push : true
113
113
platforms : linux/arm64
114
114
tags : |
115
- ghcr.io/${{ github.repository }}:${{ env.tag }}
116
- ${{ env.latest_tag == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}
115
+ ghcr.io/${{ github.repository }}/linux/arm64 :${{ env.tag }}
116
+ ${{ env.latest_tag == 'true' && format('ghcr.io/{0}/linux/arm64 :latest', github.repository) || '' }}
You can’t perform that action at this time.
0 commit comments