File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
platforms : linux/amd64,linux/arm64
37
37
file : ./src/docker/Dockerfile
38
38
push : true
39
- tags : ghcr.io/agile-learning-institute/institute -mongosh:latest
39
+ tags : ghcr.io/agile-learning-institute/mentorhub -mongosh:latest
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# 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 .
5
5
if [ $? -ne 0 ]; then
6
6
echo " Docker build failed"
7
7
exit 1
8
8
fi
9
9
10
10
# 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
You can’t perform that action at this time.
0 commit comments