From 115276e01a38fc1692d6b66ab56a33f1e1793974 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Wed, 22 Mar 2023 16:31:16 +0100 Subject: [PATCH] fix: container naming Signed-off-by: Thomas Schuetz --- .github/workflows/build_container.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_container.yaml b/.github/workflows/build_container.yaml index 4fa703d553..7ad49d558c 100644 --- a/.github/workflows/build_container.yaml +++ b/.github/workflows/build_container.yaml @@ -62,7 +62,7 @@ jobs: echo "NON_FORKED_AND_NON_ROBOT_RUN=$NON_FORKED_AND_NON_ROBOT_RUN" >> "$GITHUB_OUTPUT" build_image: - name: Build Docker Image + name: Build Container Image needs: prepare_ci_run runs-on: ubuntu-22.04 env: @@ -70,7 +70,7 @@ jobs: DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }} BUILD_TIME: ${{ needs.prepare_ci_run.outputs.BUILD_TIME }} GIT_SHA: ${{ needs.prepare_ci_run.outputs.GIT_SHA }} - RELEASE_REGISTRY: "localhost:5000/podtato-head" + RELEASE_REGISTRY: "localhost:5000/k8sgpt" steps: - name: Check out code uses: actions/checkout@v3 @@ -138,7 +138,7 @@ jobs: platforms: linux/amd64,linux/arm64 target: production tags: | - ghcr.io/podtato-head/${{ env.IMAGE_NAME }}:dev-${{ env.DATETIME }} + ghcr.io/k8sgpt-ai/${{ env.IMAGE_NAME }}:dev-${{ env.DATETIME }} build-args: | GIT_HASH=${{ env.GIT_SHA }} RELEASE_VERSION=dev-${{ env.DATETIME }}