Skip to content

Commit 403f3c8

Browse files
Change dockerhub org
1 parent 4df0466 commit 403f3c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- name: Push to Dockerhub
1414
uses: docker/build-push-action@v1
1515
with:
16-
username: esrlabs
16+
username: initcrash
1717
password: ${{ secrets.DOCKERHUB_TOKEN }}
18-
repository: esrlabs/josh-proxy
18+
repository: joshproject/josh-proxy
1919
tag_with_ref: true
2020
tags: latest
2121

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
![Just One Single History](/banner.png)
22

3-
[![Build Status](https://github.com/esrlabs/josh/workflows/Rust/badge.svg?branch=master)](https://github.com/esrlabs/josh/actions)
3+
[![Build Status](https://github.com/josh-project/josh/workflows/Rust/badge.svg?branch=master)](https://github.com/josh-project/josh/actions)
44

55
Combine the advantages of a monorepo with those of multirepo setups by leveraging a
66
blazingly-fast, incremental, and reversible implementation of git history filtering.
77

88
`josh-proxy` can be integrated with any http based git host:
99

1010
```
11-
$ docker run -p 8000:8000 -e JOSH_REMOTE=https://github.com -v josh-vol:/data/git esrlabs/josh-proxy:latest
11+
$ docker run -p 8000:8000 -e JOSH_REMOTE=https://github.com -v josh-vol:/data/git joshproject/josh-proxy:latest
1212
```
1313

1414
## Use cases

0 commit comments

Comments
 (0)