Skip to content

Commit 8142a5e

Browse files
Merge pull request #23 from agile-learning-institute/institute->mentorhub
mentorhub rename
2 parents f067ca3 + e311346 commit 8142a5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
platforms: linux/amd64,linux/arm64
3737
file: ./src/docker/Dockerfile
3838
push: true
39-
tags: ghcr.io/agile-learning-institute/institute-mongosh:latest
39+
tags: ghcr.io/agile-learning-institute/mentorhub-mongosh:latest

src/docker/docker-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22

33
# Build Docker Image
4-
docker build --file src/docker/Dockerfile --tag ghcr.io/agile-learning-institute/institute-mongosh:latest .
4+
docker build --file src/docker/Dockerfile --tag ghcr.io/agile-learning-institute/mentorhub-mongosh:latest .
55
if [ $? -ne 0 ]; then
66
echo "Docker build failed"
77
exit 1
88
fi
99

1010
# Run the Database, API, and UI containers
11-
curl https://raw.githubusercontent.com/agile-learning-institute/institute/main/docker-compose/run-local-db.sh | /bin/bash
11+
curl https://raw.githubusercontent.com/agile-learning-institute/mentorhub/main/docker-compose/run-local-db.sh | /bin/bash

0 commit comments

Comments
 (0)