Skip to content

Commit 61dab9f

Browse files
committed
update repo
1 parent fc367b6 commit 61dab9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434

3535
jobs:
3636
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)
3838
runs-on: ubuntu-22.04
3939
steps:
4040
- name: Login to Docker Registry
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.DOCKERHUB_TOKEN }}
4646

4747
- name: Set Docker repository name
48-
run: echo "DOCKER_REPOSITORY=apache" >> $GITHUB_ENV
48+
run: echo "DOCKER_REPOSITORY=shapeblue" >> $GITHUB_ENV
4949

5050
- uses: actions/checkout@v4
5151
with:

deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ spec:
143143
spec:
144144
containers:
145145
- name: cloud-controller-manager
146-
image: apache/cloudstack-kubernetes-provider:v1.1.1
146+
image: shapeblue/cloudstack-kubernetes-provider:v1.1.1
147147
imagePullPolicy: IfNotPresent
148148
args:
149149
- --leader-elect=true

0 commit comments

Comments
 (0)