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