From ad454fababebc3f6721c0496ae1790dcd3031296 Mon Sep 17 00:00:00 2001 From: nghialv Date: Mon, 27 Jun 2022 15:48:07 +0700 Subject: [PATCH] Fix wrong image path on GCR --- .github/workflows/publish_image_chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_image_chart.yaml b/.github/workflows/publish_image_chart.yaml index b8e4e5715d..cf387fd58d 100644 --- a/.github/workflows/publish_image_chart.yaml +++ b/.github/workflows/publish_image_chart.yaml @@ -84,7 +84,7 @@ jobs: file: cmd/piped/Dockerfile tags: | ${{ env.REGISTRY }}/pipe-cd/piped:${{ env.PIPECD_VERSION }} - ${{ env.GCR }}/pipe-cd/piped:${{ env.PIPECD_VERSION }} + ${{ env.GCR }}/pipecd/piped:${{ env.PIPECD_VERSION }} - name: Build and push piped-okd image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: @@ -100,7 +100,7 @@ jobs: file: cmd/launcher/Dockerfile tags: | ${{ env.REGISTRY }}/pipe-cd/launcher:${{ env.PIPECD_VERSION }} - ${{ env.GCR }}/pipe-cd/launcher:${{ env.PIPECD_VERSION }} + ${{ env.GCR }}/pipecd/launcher:${{ env.PIPECD_VERSION }} - name: Build and push launcher-okd image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: