Skip to content

Commit

Permalink
Added CI Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GautamPatil1 committed Mar 21, 2024
1 parent 1987d86 commit 80efa35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
- name: Push Docker image to ghcr.io
run: |
docker login --username gautampatil1 --password ${{ secrets.GH_PAT }} ghcr.io
docker build . --tag ghcr.io/gautampatil1/rezume:latest
docker push ghcr.io/gautampatil1/rezume-server:latest
docker tag gautampatil1/rezume:latest ghcr.io/gautampatil1/rezume:latest
docker push ghcr.io/gautampatil1/rezume:latest

0 comments on commit 80efa35

Please sign in to comment.