File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,20 +46,20 @@ jobs:
46
46
if : ${{ github.repository != 'kubernetes-sigs/kwok' }}
47
47
env :
48
48
GH_RELEASE : ${{ github.repository }}
49
- IMAGE_PREFIX : ghcr.io/${{ github.repository }}
50
- BINARY_PREFIX : https://github.com/${{ github.repository }} /releases/download
49
+ IMAGE_PREFIX : ghcr.io/azure/kwok
50
+ BINARY_PREFIX : https://github.com/azure/kwok /releases/download
51
51
run : |
52
52
REF=${{ github.ref }}
53
53
GIT_TAG="${REF##*/}" make manifests cross-build
54
54
- name : Build kwok image
55
55
env :
56
- IMAGE_PREFIX : ghcr.io/${{ github.repository }}
56
+ IMAGE_PREFIX : ghcr.io/azure/kwok
57
57
run : |
58
58
REF=${{ github.ref }}
59
59
GIT_TAG="${REF##*/}" make cross-image
60
60
- name : Build cluster image
61
61
env :
62
- IMAGE_PREFIX : ghcr.io/${{ github.repository }}
62
+ IMAGE_PREFIX : ghcr.io/azure/kwok
63
63
run : |
64
64
REF=${{ github.ref }}
65
65
GIT_TAG="${REF##*/}" make cross-cluster-image
You can’t perform that action at this time.
0 commit comments