From a5ea06078ba09cf428de1a18c82eaac854788d7d Mon Sep 17 00:00:00 2001 From: pablohashescobar Date: Fri, 29 Sep 2023 19:07:26 +0530 Subject: [PATCH] fix: update build workflow for the deploy app --- .github/workflows/Update_Docker_Images.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Update_Docker_Images.yml b/.github/workflows/Update_Docker_Images.yml index 30593b58429..67ae97e758c 100644 --- a/.github/workflows/Update_Docker_Images.yml +++ b/.github/workflows/Update_Docker_Images.yml @@ -39,10 +39,10 @@ jobs: type=ref,event=tag - name: Extract metadata (tags, labels) for Docker (Docker Hub) from Github Release - id: metaDeploy + id: metaSpace uses: docker/metadata-action@v4.3.0 with: - images: ${{ secrets.DOCKERHUB_USERNAME }}/plane-deploy + images: ${{ secrets.DOCKERHUB_USERNAME }}/plane-space tags: | type=ref,event=tag @@ -87,7 +87,7 @@ jobs: file: ./space/Dockerfile.space platforms: linux/amd64 push: true - tags: ${{ steps.metaDeploy.outputs.tags }} + tags: ${{ steps.metaSpace.outputs.tags }} env: DOCKER_BUILDKIT: 1 DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}