Add some info and attribution

This commit is contained in:
Jack Kingsman
2026-03-01 18:46:42 -08:00
parent 0bde67d66c
commit 7c37133856
8 changed files with 145 additions and 4 deletions

View File

@@ -153,7 +153,8 @@ GIT_HASH=$(git rev-parse --short HEAD)
# Build docker image
echo -e "${YELLOW}Building Docker image...${NC}"
docker build -t jkingsman/remoteterm-meshcore:latest \
docker build --build-arg COMMIT_HASH=$GIT_HASH \
-t jkingsman/remoteterm-meshcore:latest \
-t jkingsman/remoteterm-meshcore:$VERSION \
-t jkingsman/remoteterm-meshcore:$GIT_HASH .
echo -e "${GREEN}Docker build complete!${NC}"