Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
hangtantai committed Nov 25, 2024
1 parent 49ff010 commit 4ad6bf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push backend image
run: |
docker build -t my-backend:latest -f Dockerfile .
docker build -t my-backend:latest -f Dockerfile .
docker tag my-backend:latest htt31124/my-backend:latest
docker push htt31124/my-backend:latest

0 comments on commit 4ad6bf6

Please sign in to comment.