File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ concurrency:
34
34
35
35
jobs :
36
36
build :
37
- if : github.repository == 'apache /cloudstack-kubernetes-provider' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
37
+ if : github.repository == 'shapeblue /cloudstack-kubernetes-provider' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
38
38
runs-on : ubuntu-22.04
39
39
steps :
40
40
- name : Login to Docker Registry
45
45
password : ${{ secrets.DOCKERHUB_TOKEN }}
46
46
47
47
- name : Set Docker repository name
48
- run : echo "DOCKER_REPOSITORY=apache " >> $GITHUB_ENV
48
+ run : echo "DOCKER_REPOSITORY=shapeblue " >> $GITHUB_ENV
49
49
50
50
- uses : actions/checkout@v4
51
51
with :
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ spec:
143
143
spec :
144
144
containers :
145
145
- name : cloud-controller-manager
146
- image : apache /cloudstack-kubernetes-provider:v1.1.1
146
+ image : shapeblue /cloudstack-kubernetes-provider:v1.1.1
147
147
imagePullPolicy : IfNotPresent
148
148
args :
149
149
- --leader-elect=true
You can’t perform that action at this time.
0 commit comments