docker-build:
    docker build --file=Dockerfile --tag=ghcr.io/hongbo-miao/hm-alpine:latest .

docker-push:
    docker push ghcr.io/hongbo-miao/hm-alpine:latest
