From 55b6a277066dad5f21276d1728b80f2d06ba728a Mon Sep 17 00:00:00 2001 From: Takeshi Yoshimura Date: Thu, 24 Aug 2023 02:06:21 +0000 Subject: [PATCH] fix build failures due to the capitalized organization name Signed-off-by: Takeshi Yoshimura --- .github/workflows/build_push_controller.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_push_controller.yaml b/.github/workflows/build_push_controller.yaml index 85f7aa7..778f44c 100644 --- a/.github/workflows/build_push_controller.yaml +++ b/.github/workflows/build_push_controller.yaml @@ -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: @@ -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 @@ -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: