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
|
||||
|
||||
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
|
||||
build:
|
||||
context: ./server
|
||||
|
@ -80,7 +80,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
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
|
||||
build:
|
||||
context: ./client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue