File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ concurrency:
3434
3535jobs :
3636 build :
37- if : github.repository == 'shapeblue /cloudstack-kubernetes-provider' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
37+ if : github.repository == 'apache /cloudstack-kubernetes-provider' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
3838 runs-on : ubuntu-22.04
3939 steps :
4040 - name : Login to Docker Registry
4545 password : ${{ secrets.DOCKERHUB_TOKEN }}
4646
4747 - name : Set Docker repository name
48- run : echo "DOCKER_REPOSITORY=shapeblue " >> $GITHUB_ENV
48+ run : echo "DOCKER_REPOSITORY=apache " >> $GITHUB_ENV
4949
5050 - uses : actions/checkout@v4
5151 with :
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ spec:
143143 spec :
144144 containers :
145145 - name : cloud-controller-manager
146- image : shapeblue /cloudstack-kubernetes-provider:v1.1.1
146+ image : apache /cloudstack-kubernetes-provider:v1.1.1
147147 imagePullPolicy : IfNotPresent
148148 args :
149149 - --leader-elect=true
You can’t perform that action at this time.
0 commit comments