From 546c6b7ec175d9f6d787df392a3619c97c9fa505 Mon Sep 17 00:00:00 2001 From: ronilpatil Date: Sun, 5 May 2024 08:49:32 +0530 Subject: [PATCH] production model update v1.1 --- .github/workflows/cicd.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 4db358a..c33d50c 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -1,7 +1,6 @@ # .github/workflows/cicd.yml # - CICD (major) -# - "runs on ubuntu" ye sare jobs k liye common hona --- done # - multiple connected jobs (with if successfully) --- done # - pull prod model from RDS and create container --- done # - push to ECR --- @@ -85,10 +84,10 @@ jobs: - name: Build Docker Image run: | - docker build -t ${{ secrets.DOCKER_USERNAME }}/wineqcicd:v1.0 . + docker build -t ${{ secrets.DOCKER_USERNAME }}/wineqcicd:v1.1 . - name: Log-in to Docker Hub run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} - name: Push Docker Img - run: docker push ${{ secrets.DOCKER_USERNAME }}/wineqcicd:v1.0 + run: docker push ${{ secrets.DOCKER_USERNAME }}/wineqcicd:v1.1