chore(ci): update build.sh

pull/2007/head
Jan O. Rundshagen 2 years ago committed by GitHub
parent 6ee8d569c4
commit f9f982c144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,4 +6,4 @@ if [ -n "$MSYSTEM" ]; then
fi
VERSION=$(git describe --tags)
echo "Building $VERSION..."
go build -o $BINFILE -ldflags "-X github.com/containrrr/watchtower/internal/meta.Version=$VERSION"
go build -o $BINFILE -ldflags "-X github.com/beatkind/watchtower/internal/meta.Version=$VERSION"

Loading…
Cancel
Save