We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 335ee1d + 8cd3020 commit 997a8d4Copy full SHA for 997a8d4
.github/workflows/ghcr-deploy.yml
@@ -89,7 +89,7 @@ jobs:
89
sed -i 's|image: .*|image: $(echo $REGISTRY)/$(echo $IMAGE_NAME):$(echo $GITHUB_SHA | head -c7)|' docker-compose.yml
90
91
# Pull the new backend image
92
- docker-compose pull backend
+ docker compose pull backend
93
94
# Stop and recreate ONLY the backend service with the new image
95
- docker-compose up -d --no-deps backend
+ docker compose up -d --no-deps backend
0 commit comments