Skip to content

Commit

Permalink
updated main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Uj5Ghare authored Nov 16, 2024
1 parent 36ecfdb commit f919956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
file: backend/Dockerfile
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/chatgpt-backend:1.${{ github.run_number }}.${{ github.run_attempt}}

Expand All @@ -199,6 +200,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
file: frontend/Dockerfile
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/chatgpt-frontend:1.${{ github.run_number }}.${{ github.run_attempt}}

Expand Down

0 comments on commit f919956

Please sign in to comment.