mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-10 20:05:38 +02:00
unpin pinned sha (#166)
This commit is contained in:
parent
b632eef780
commit
780ebec896
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: ghcr.io/rybbit-io/rybbit-backend:${IMAGE_TAG:-sha-a863cc3}
|
image: ghcr.io/rybbit-io/rybbit-backend:${IMAGE_TAG:-latest}
|
||||||
container_name: backend
|
container_name: backend
|
||||||
build:
|
build:
|
||||||
context: ./server
|
context: ./server
|
||||||
|
@ -80,7 +80,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
client:
|
client:
|
||||||
image: ghcr.io/rybbit-io/rybbit-client:${IMAGE_TAG:-sha-a863cc3}
|
image: ghcr.io/rybbit-io/rybbit-client:${IMAGE_TAG:-latest}
|
||||||
container_name: client
|
container_name: client
|
||||||
build:
|
build:
|
||||||
context: ./client
|
context: ./client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue