Skip to content

Commit

Permalink
update for internal customer release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pearl1594 committed Aug 1, 2024
1 parent 61dab9f commit b1dd626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ concurrency:

jobs:
build:
if: github.repository == 'shapeblue/cloudstack-kubernetes-provider' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
if: github.repository == 'apache/cloudstack-kubernetes-provider' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
runs-on: ubuntu-22.04
steps:
- name: Login to Docker Registry
Expand All @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

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

- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
spec:
containers:
- name: cloud-controller-manager
image: shapeblue/cloudstack-kubernetes-provider:v1.1.1
image: apache/cloudstack-kubernetes-provider:v1.1.1
imagePullPolicy: IfNotPresent
args:
- --leader-elect=true
Expand Down

0 comments on commit b1dd626

Please sign in to comment.