Skip to content

Commit

Permalink
Merge pull request #11 from ramonpaolo/fix/change-image-and-tag
Browse files Browse the repository at this point in the history
fix: change makefile
  • Loading branch information
ramonpaolo authored Nov 3, 2024
2 parents b0626fe + b358a45 commit 0827c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dev:
docker compose up -d --build

deploy:
docker buildx build --build-arg ENV=production -t r4deu51/chat-realtime:latest --platform=linux/amd64 --push .
docker buildx build --build-arg ENV=production -t $(IMAGE):$(TAG) --platform=linux/amd64 --push .

0 comments on commit 0827c2b

Please sign in to comment.