Skip to content

Commit 55b6a27

Browse files
fix build failures due to the capitalized organization name
Signed-off-by: Takeshi Yoshimura <[email protected]>
1 parent ff09717 commit 55b6a27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_push_controller.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
runs-on: ubuntu-latest
2626
needs: build-push-controller
2727
env:
28-
IMAGE_NAME: ghcr.io/${{ github.repository }}/core-dump-operator
29-
BUNDLE_IMAGE_NAME: ghcr.io/${{ github.repository }}/core-dump-operator-bundle
28+
IMAGE_NAME: ghcr.io/ibm/core-dump-operator/core-dump-operator
29+
BUNDLE_IMAGE_NAME: ghcr.io/ibm/core-dump-operator/core-dump-operator-bundle
3030
CHANNELS: stable
3131
DEFAULT_CHANNEL: stable
3232
steps:
@@ -69,7 +69,7 @@ jobs:
6969
build-push-controller:
7070
runs-on: ubuntu-latest
7171
env:
72-
IMAGE_NAME: ghcr.io/${{ github.repository }}/core-dump-operator
72+
IMAGE_NAME: ghcr.io/ibm/core-dump-operator/core-dump-operator
7373
steps:
7474
- uses: actions/checkout@v2
7575
- uses: actions/setup-go@v2
@@ -101,7 +101,7 @@ jobs:
101101
build-push-uploader:
102102
runs-on: ubuntu-latest
103103
env:
104-
IMAGE_NAME: ghcr.io/${{ github.repository }}/core-dump-uploader
104+
IMAGE_NAME: ghcr.io/ibm/core-dump-operator/core-dump-uploader
105105
CGO_ENABLED: 0
106106
GOOS: linux
107107
steps:

0 commit comments

Comments
 (0)