From 3d25b0f42a8935e6972de09bad7c28f7718c3c88 Mon Sep 17 00:00:00 2001 From: ronilpatil Date: Sun, 5 May 2024 22:48:12 +0530 Subject: [PATCH] production model update v1.2 & host container on render --- .github/workflows/cicd.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 5daf20a..e9f02ce 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -96,9 +96,6 @@ jobs: needs: build_push_docker_image runs-on: ubuntu-latest - inputs: - image_tag: v1.2 - steps: - name: Deploy the container env: @@ -106,6 +103,6 @@ jobs: IMAGE_NAME: ${{ secrets.DOCKER_USERNAME }}/wineqcicd:v1.2 run: | IMAGE_TAG=${{ inputs.image_tag }} # Use the manually provided tag - IMAGE_URL="$IMAGE_NAME:$IMAGE_TAG" + IMAGE_URL = wineqcicd:v1.2 curl -X POST -d "image_url=$IMAGE_URL" "$deploy_url" \ No newline at end of file