Skip to content

Commit

Permalink
Fix bug image name
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Dec 2, 2024
1 parent 209c462 commit 4b9f7a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible/deploy_applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
- analysis_service_image: vectornguyen76/analysis_service
- analysis_service_tag: latest

- backend_image: vectornguyen76/backend_resume_ranking
- backend_image: vectornguyen76/resume_ranking_backend
- backend_tag: latest

- frontend_image: vectornguyen76/frontend_resume_ranking
- frontend_image: vectornguyen76/resume_ranking_frontend
- frontend_tag: latest

pre_tasks:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
with:
context: ./backend
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/backend_resume_ranking:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/resume_ranking_backend:latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
context: ./frontend
file: ./frontend/Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/frontend_resume_ranking:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/resume_ranking_frontend:latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 4b9f7a3

Please sign in to comment.