Skip to content

Commit

Permalink
updated the image name
Browse files Browse the repository at this point in the history
  • Loading branch information
upayanmazumder committed Nov 28, 2024
1 parent 245bb82 commit 297c5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:

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

0 comments on commit 297c5f7

Please sign in to comment.