Skip to content

Commit 997a8d4

Browse files
authored
Merge pull request #49 from amfoss/praveshan-develop
update docker version
2 parents 335ee1d + 8cd3020 commit 997a8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ghcr-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
sed -i 's|image: .*|image: $(echo $REGISTRY)/$(echo $IMAGE_NAME):$(echo $GITHUB_SHA | head -c7)|' docker-compose.yml
9090
9191
# Pull the new backend image
92-
docker-compose pull backend
92+
docker compose pull backend
9393
9494
# Stop and recreate ONLY the backend service with the new image
95-
docker-compose up -d --no-deps backend
95+
docker compose up -d --no-deps backend

0 commit comments

Comments
 (0)