From f91c8c094d5a73a08771019823df259b8102307d Mon Sep 17 00:00:00 2001 From: ronilpatil Date: Sun, 5 May 2024 22:53:15 +0530 Subject: [PATCH] production model update v1.2 & host container on render --- .github/workflows/cicd.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index fc23f02..b4129cb 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -97,7 +97,7 @@ jobs: runs-on: ubuntu-latest inputs: - image_tag: v1.2 + image_tag: "v1.2" steps: - name: Deploy the container @@ -105,7 +105,7 @@ jobs: deploy_url: ${{ secrets.DEPLOY_HOOK }} IMAGE_NAME: ${{ secrets.DOCKER_USERNAME }}/wineqcicd:v1.2 run: | - IMAGE_TAG=${{ inputs.image_tag }} - IMAGE_URL="$IMAGE_NAME:$IMAGE_TAG" - curl -X POST -d "image_url=$IMAGE_URL" "$deploy_url" + IMAGE_TAG = ${{ inputs.image_tag }} + IMAGE_URL = "$IMAGE_NAME:$IMAGE_TAG" + curl -X POST -d "image_url = $IMAGE_URL" "$deploy_url" \ No newline at end of file