mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
chore(ci): update build.sh
This commit is contained in:
parent
6ee8d569c4
commit
f9f982c144
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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…
Add table
Add a link
Reference in a new issue