Skip to content

Commit 66e6a33

Browse files
committed
Migrate to github org
1 parent 24409d6 commit 66e6a33

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
# Use docker.io for Docker Hub if empty
2020
REGISTRY: ghcr.io
2121
# github.repository as <account>/<repo>
22-
IMAGE_NAME: mjsir911/trac
22+
IMAGE_NAME: devhack-seattle/trac
2323

2424

2525
jobs:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ team's established development process and policies.
1717
* Build it using Dockerfile
1818

1919
```bash
20-
$ git clone https://github.com/mjsir911/trac-docker
20+
$ git clone https://github.com/devhack-seattle/trac-docker
2121
$ cd trac-docker
22-
$ docker build -t ghcr.io/mjsir911/trac:latest
22+
$ docker build -t ghcr.io/devhack-seattle/trac:latest
2323
```
2424

2525
* just pull it
2626

2727
```
28-
$ docker pull ghcr.io/mjsir911/trac:latest
28+
$ docker pull ghcr.io/devhack-seattle/trac:latest
2929
```
3030

3131

@@ -36,7 +36,7 @@ team's established development process and policies.
3636
Just run
3737

3838
```
39-
$ docker run -d -p 8000:8000 --name my_trac ghcr.io/mjsir911/trac:latest
39+
$ docker run -d -p 8000:8000 --name my_trac ghcr.io/devhack-seattle/trac:latest
4040
```
4141
4242
After several seconds, you can visit the web page at

0 commit comments

Comments
 (0)