Skip to content

Commit

Permalink
chore(ci): update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
beatkind authored Jul 8, 2024
1 parent 6ee8d56 commit f9f982c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f9f982c

Please sign in to comment.