Skip to content

Commit

Permalink
production model update v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylpatil committed May 5, 2024
1 parent c4c5674 commit 546c6b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
@@ -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 ---
Expand Down Expand Up @@ -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

0 comments on commit 546c6b7

Please sign in to comment.