Skip to content

Commit 08db852

Browse files
committed
Update GitHub Actions release workflow
1 parent dcbb5cd commit 08db852

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/releases.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@ jobs:
4646
if: ${{ github.repository != 'kubernetes-sigs/kwok' }}
4747
env:
4848
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
5151
run: |
5252
REF=${{ github.ref }}
5353
GIT_TAG="${REF##*/}" make manifests cross-build
5454
- name: Build kwok image
5555
env:
56-
IMAGE_PREFIX: ghcr.io/${{ github.repository }}
56+
IMAGE_PREFIX: ghcr.io/azure/kwok
5757
run: |
5858
REF=${{ github.ref }}
5959
GIT_TAG="${REF##*/}" make cross-image
6060
- name: Build cluster image
6161
env:
62-
IMAGE_PREFIX: ghcr.io/${{ github.repository }}
62+
IMAGE_PREFIX: ghcr.io/azure/kwok
6363
run: |
6464
REF=${{ github.ref }}
6565
GIT_TAG="${REF##*/}" make cross-cluster-image

0 commit comments

Comments
 (0)