Skip to content

Commit 929d064

Browse files
authored
Fix docker repo for fork (#16)
1 parent 19a2762 commit 929d064

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
GO_VERSION: ^1.20
10-
HELM_VERSION: v3.6.3
10+
HELM_VERSION: v3.11.2
1111
REDIS_VERSION: 6.2.7
1212
CRD_PATH: charts/operator-for-redis/crds/db.ibm.com_redisclusters.yaml
1313
CRD_DIFF: crd.diff
@@ -26,7 +26,7 @@ jobs:
2626
id: meta
2727
with:
2828
images: |
29-
ibmcom/operator-for-redis
29+
cinple/operator-for-redis
3030
tags: type=ref,event=tag
3131

3232
- name: Login to DockerHub
@@ -61,7 +61,7 @@ jobs:
6161
id: meta
6262
with:
6363
images: |
64-
ibmcom/node-for-redis
64+
cinple/node-for-redis
6565
tags: type=ref,event=tag
6666

6767
- name: Login to DockerHub
@@ -95,7 +95,7 @@ jobs:
9595
id: meta
9696
with:
9797
images: |
98-
ibmcom/metrics-for-redis
98+
cinple/metrics-for-redis
9999
tags: type=ref,event=tag
100100

101101
- name: Login to DockerHub
@@ -147,7 +147,7 @@ jobs:
147147
run: |
148148
git config --global user.email ""
149149
git config --global user.name "Github Actions CI"
150-
helm repo index helm-releases --url https://raw.githubusercontent.com/IBM/operator-for-redis-cluster/main/helm-releases
150+
helm repo index helm-releases --url https://raw.githubusercontent.com/${{ github.repository }}/operator-for-redis-cluster/main/helm-releases
151151
git add helm-releases/*
152152
git commit -a -m "Release $OPERATOR_VERSION"
153153
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} HEAD:main

0 commit comments

Comments
 (0)