Skip to content

Commit

Permalink
update gitreefs-fuse image path
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-liorholtzman committed Aug 22, 2024
1 parent 098fce2 commit 7404ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ docker build -f fuse/Dockerfile -t gitreefs-fuse .
docker run --rm -it --device /dev/fuse --privileged gitreefs-fuse /tmp /mnt/gitfreefs
# push docker
TAG=$(go run gitreefs/fuse --version | cut -d" " -f 3)
docker tag gitreefs-fuse gcr.io/apiiro/tools/gitreefs-fuse:$TAG
docker push gcr.io/apiiro/tools/gitreefs-fuse:$TAG
docker tag gitreefs-fuse us-docker.pkg.dev/apiiro/tools/gitreefs-fuse:$TAG
docker push us-docker.pkg.dev/apiiro/tools/gitreefs-fuse:$TAG
```

### Benchmark
Expand Down

0 comments on commit 7404ff7

Please sign in to comment.