Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nck974 committed Jan 18, 2024
1 parent 61bddc1 commit 5c2f1ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.0.4
#### Create backend docker container

1. First build the image with `cd diogenes && ./mvnw install`.
1. Build the container with `cd .. && docker build -f docker/Dockerfile -t nck974/diogenes:0.0.7 .`
1. Build the container with `cd .. && docker build -f docker/Dockerfile -t nck974/diogenes:0.0.8 .`
1. Generate a token in `https://hub.docker.com` and login with `docker login -u <user>`. Paste the generated token as password.
1. Push the generated container with `docker push nck974/diogenes:0.0.7`.
1. Push the generated container with `docker push nck974/diogenes:0.0.8`.
1. Create the `latest` tag and push it:

```bash
docker tag nck974/diogenes:0.0.7 nck974/diogenes:latest
docker tag nck974/diogenes:0.0.8 nck974/diogenes:latest
docker push nck974/diogenes:latest
```

Expand Down
2 changes: 1 addition & 1 deletion diogenes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>dev.nichoko</groupId>
<artifactId>diogenes</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
<name>diogenes</name>
<description>Software to manage the personal inventary of items that you own.</description>

Expand Down

0 comments on commit 5c2f1ed

Please sign in to comment.