unpin pinned sha (#166)

This commit is contained in:
Andrii Andrushchyshyn 2025-05-09 01:44:24 +03:00 committed by GitHub
parent b632eef780
commit 780ebec896
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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