Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Corrected Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
swissbuechi committed Jul 4, 2022
1 parent 3ccd451 commit 935323d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Dockerfile best practices:

### JRE based image

`ghcr.io/swissbuechi/spring-native-demo:main`
`ghcr.io/swissbuechi/spring-native-demo:latest`

Build with `eclipse-temurin` JVM to minimize RAM usage

### Spring Native based image

`ghcr.io/swissbuechi/spring-native-demo:main-native`
`ghcr.io/swissbuechi/spring-native-demo:native`

## Run Demo

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
spring-native:
image: ghcr.io/swissbuechi/spring-native-demo:latest-native
image: ghcr.io/swissbuechi/spring-native-demo:native
# build:
# context: ./
# dockerfile: Dockerfile-native
Expand Down

0 comments on commit 935323d

Please sign in to comment.