chore(ci): update build.sh

This commit is contained in:
Jan O. Rundshagen 2024-07-08 09:03:31 +02:00 committed by GitHub
parent 6ee8d569c4
commit f9f982c144
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"