Skip to content

Commit

Permalink
fix: change makefile repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Dec 22, 2023
1 parent fb7179c commit ebc7b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ proto:

publish:
cat ./token.txt | docker login --username isd-team-sgcu --password-stdin ghcr.io
docker build . -t ghcr.io/isd-sgcu/johnjud-gateway
docker push ghcr.io/isd-sgcu/johnjud-gateway
docker build . -t ghcr.io/isd-sgcu/johnjud-backend
docker push ghcr.io/isd-sgcu/johnjud-backend

test:
go vet ./...
Expand Down

0 comments on commit ebc7b2a

Please sign in to comment.