fix: #36 tag stable version on docker images (#38)

This commit is contained in:
Jérémy Denquin 2022-06-02 10:31:39 +02:00 committed by GitHub
parent 63017fad60
commit 3a5c339245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

2
api

@ -1 +1 @@
Subproject commit 1972f9f3023a1288906bb4ad885d64387f2cf66f
Subproject commit 578e2b59a06511d98a2681a6d346e234d503aa54

View File

@ -30,7 +30,7 @@ services:
api:
container_name: lago-api
image: getlago/api:latest
image: getlago/api:v0.1.0-alpha
restart: unless-stopped
depends_on:
- db
@ -50,7 +50,7 @@ services:
front:
container_name: lago-front
image: getlago/front:latest
image: getlago/front:v0.1.0-alpha
restart: unless-stopped
depends_on:
- api
@ -63,7 +63,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api:latest
image: getlago/api:v0.1.0-alpha
restart: unless-stopped
depends_on:
- api
@ -79,7 +79,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:latest
image: getlago/api:v0.1.0-alpha
restart: unless-stopped
depends_on:
- api

2
front

@ -1 +1 @@
Subproject commit 1c448af1de1d3c950e73d72194a235cfe0a31e8f
Subproject commit 373cd74b63aca2d5c1a31445f207cc6b97957f1a