Skip to content

Commit 509df5b

Browse files
committed
Migrate to the codingteam organization on the Docker Hub
1 parent d3b5486 commit 509df5b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
username: ${{ secrets.DOCKER_USERNAME }}
1717
password: ${{ secrets.DOCKER_PASSWORD }}
18-
repository: revenrof/codingteam.org.ru
18+
repository: codingteam/codingteam.org.ru
1919
tag_with_ref: true
2020
tags: latest

Readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This application uses Docker for deployment. To create a Docker image, use the
7474
following command:
7575

7676
```console
77-
$ docker build -t revenrof/codingteam.org.ru:$CODINGTEAM_ORG_RU_VERSION -t revenrof/codingteam.org.ru:latest .
77+
$ docker build -t codingteam/codingteam.org.ru:$CODINGTEAM_ORG_RU_VERSION -t codingteam/codingteam.org.ru:latest .
7878
```
7979

8080
(where `$CODINGTEAM_ORG_RU_VERSION` is the version for the image to use)
@@ -83,8 +83,8 @@ Then push the image to the Docker Hub:
8383

8484
```console
8585
$ docker login # if necessary
86-
$ docker push revenrof/codingteam.org.ru:$CODINGTEAM_ORG_RU_VERSION
87-
$ docker push revenrof/codingteam.org.ru:latest
86+
$ docker push codingteam/codingteam.org.ru:$CODINGTEAM_ORG_RU_VERSION
87+
$ docker push codingteam/codingteam.org.ru:latest
8888
```
8989

9090
Deploy
@@ -93,7 +93,7 @@ Deploy
9393
To install the application from Docker, run the following command:
9494

9595
```console
96-
$ docker run -d --restart unless-stopped -p:$PORT:80 --name $NAME -v $CONFIG:/app/appsettings.json revenrof/codingteam.org.ru:$VERSION
96+
$ docker run -d --restart unless-stopped -p:$PORT:80 --name $NAME -v $CONFIG:/app/appsettings.json codingteam/codingteam.org.ru:$VERSION
9797
```
9898

9999
Where
@@ -111,12 +111,12 @@ command uses the Bash syntax; adapt for your shell if necessary):
111111
PORT=5000
112112
NAME=codingteam.org.ru
113113
VERSION=latest
114-
docker run -d --restart unless-stopped -p $PORT:80 --name $NAME revenrof/codingteam.org.ru:$VERSION
114+
docker run -d --restart unless-stopped -p $PORT:80 --name $NAME codingteam/codingteam.org.ru:$VERSION
115115
```
116116

117-
[badge.docker]: https://img.shields.io/docker/v/revenrof/codingteam.org.ru?sort=semver
117+
[badge.docker]: https://img.shields.io/docker/v/codingteam/codingteam.org.ru?sort=semver
118118

119119
[codingteam.org.ru]: https://codingteam.org.ru/
120-
[docker-hub]: https://hub.docker.com/r/revenrof/codingteam.org.ru
120+
[docker-hub]: https://hub.docker.com/r/codingteam/codingteam.org.ru
121121
[dotnet]: https://dot.net/
122122
[npm]: https://npmjs.com

0 commit comments

Comments
 (0)