Skip to content

Commit

Permalink
updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
upayanmazumder committed Nov 28, 2024
1 parent ed0c77c commit 91af50f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Change directory to api
run: cd api

- name: Build and Push Docker Image
run: |
docker build . --tag ghcr.io/upayanmazumder/cas-api:latest --build-arg NODE_ENV=production
Expand Down

0 comments on commit 91af50f

Please sign in to comment.