Skip to content

Commit

Permalink
repalce to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
nktks committed Aug 31, 2023
1 parent 2eb2a86 commit 22a81d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ go get -u github.com/nktks/spanner-er
## Use docker
you can use docker image
```
docker run --rm -v `pwd`:/go/src/github.com/nktks/spanner-er --workdir="/go/src/github.com/nktks/spanner-er" nktks/spanner-er -h
docker run --rm -v `pwd`:/go/src/github.com/nktks/spanner-er --workdir="/go/src/github.com/nktks/spanner-er" ghcr.io/nktks/spanner-er -h
```
or
```
Expand Down
2 changes: 1 addition & 1 deletion scripts/spanner-er-docker.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker run --rm --entrypoint '' -v `pwd`:/go/src/github.com/nktks/spanner-er --workdir="/go/src/github.com/nktks/spanner-er" nakatamixi/spanner-er /bin/sh -c "/bin/spanner-er $*"
docker run --rm --entrypoint '' -v `pwd`:/go/src/github.com/nktks/spanner-er --workdir="/go/src/github.com/nktks/spanner-er" ghcr.io/nktks/spanner-er /bin/sh -c "/bin/spanner-er $*"

0 comments on commit 22a81d7

Please sign in to comment.