Skip to content

Commit

Permalink
Merge pull request #6 from isd-sgcu/dev
Browse files Browse the repository at this point in the history
fix: readme
  • Loading branch information
bookpanda authored Jan 6, 2024
2 parents d59d31f + 7bb2b8c commit 8e2bd07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }},${{ env.IMAGE_NAME }}:latest
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Johnjud is a pet adoption web application of the [CUVET For Animal Welfare Club]

### Running
1. Run `docker-compose up -d`
2. Run `make server` or `go run ./src/.`
2. Run `make server` or `go run ./cmd/.`

### Testing
1. Run `make test` or `go test -v -coverpkg ./... -coverprofile coverage.out -covermode count ./...`
Expand Down

0 comments on commit 8e2bd07

Please sign in to comment.