From 9149507243770f33f9604cb88ce928e3c55fb622 Mon Sep 17 00:00:00 2001 From: Luc DUZAN Date: Mon, 11 Mar 2024 14:57:47 +0100 Subject: [PATCH] Fix docker ctl image name --- .github/workflows/build-docker.yml | 8 ++++---- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index e7ee389..c3223f7 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -31,11 +31,11 @@ jobs: id-token: write contents: read env: - IMAGE_NAME: "conduktorctl" - HARBOR_IMAGE: "harbor.cdkt.dev/conduktor/conduktorctl" + IMAGE_NAME: "conduktor-ctl" + HARBOR_IMAGE: "harbor.cdkt.dev/conduktor/conduktor-ctl" LABEL_IMAGE_TITLE: "Conduktor ctl" LABEL_IMAGE_DESCRIPTION: "Conduktor command line tools" - LABEL_IMAGE_URL: "https://hub.docker.com/r/conduktor/conduktorctl" + LABEL_IMAGE_URL: "https://hub.docker.com/r/conduktor/conduktor-ctl" steps: - name: Set up Docker Buildx id: setup-buildx @@ -83,4 +83,4 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} build-args: | hash=${{ github.sha }} - version=${{ github.event.release.tag_name || github.ref_name }} \ No newline at end of file + version=${{ github.event.release.tag_name || github.ref_name }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01fc8ba..fd29eb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: run test run: ./test_final_exec.sh build-docker: - name: Build and publish conduktorctl images + name: Build and publish conduktor-ctl images uses: ./.github/workflows/build-docker.yml secrets: inherit needs: [unit-test, integration-test] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8dfc66e..5e255ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: project_path: "./" binary_name: "conduktor" build-docker: - name: Build and publish conduktorctl images + name: Build and publish conduktor-ctl images uses: ./.github/workflows/build-docker.yml secrets: inherit needs: [tags, unit-test, integration-test] diff --git a/README.md b/README.md index d606e66..d54739f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ https://github.com/conduktor/ctl/releases ``` How to get the latest docker image: ``` -docker pull harbor.cdkt.dev/conduktor/conduktorctl +docker pull harbor.cdkt.dev/conduktor/conduktor-ctl ``` How to build: