Skip to content

Commit

Permalink
fix build failures due to the capitalized organization name
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoshimura <[email protected]>
  • Loading branch information
takeshi-yoshimura committed Aug 24, 2023
1 parent ff09717 commit 55b6a27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_push_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
runs-on: ubuntu-latest
needs: build-push-controller
env:
IMAGE_NAME: ghcr.io/${{ github.repository }}/core-dump-operator
BUNDLE_IMAGE_NAME: ghcr.io/${{ github.repository }}/core-dump-operator-bundle
IMAGE_NAME: ghcr.io/ibm/core-dump-operator/core-dump-operator
BUNDLE_IMAGE_NAME: ghcr.io/ibm/core-dump-operator/core-dump-operator-bundle
CHANNELS: stable
DEFAULT_CHANNEL: stable
steps:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
build-push-controller:
runs-on: ubuntu-latest
env:
IMAGE_NAME: ghcr.io/${{ github.repository }}/core-dump-operator
IMAGE_NAME: ghcr.io/ibm/core-dump-operator/core-dump-operator
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
build-push-uploader:
runs-on: ubuntu-latest
env:
IMAGE_NAME: ghcr.io/${{ github.repository }}/core-dump-uploader
IMAGE_NAME: ghcr.io/ibm/core-dump-operator/core-dump-uploader
CGO_ENABLED: 0
GOOS: linux
steps:
Expand Down

0 comments on commit 55b6a27

Please sign in to comment.