Commit d8b5179e authored by luxq's avatar luxq

add buildlocal.sh

parent 62f0c294
Pipeline #452 canceled with stages
#!/bin/bash
TAG=${1:-"xueqianlu/bee:latest"}
make binary && cp dist/bee ./
docker build -f Dockerfile.goreleaser -t $TAG .
docker push $TAG
docker tag $TAG xueqianlu/bee:latest
docker push xueqianlu/bee:latest
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment