mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
chore(ci): fix default branch in Dockerfiles (#875)
This commit is contained in:
parent
da56c215db
commit
a5ffb653df
3 changed files with 8 additions and 8 deletions
4
build.sh
4
build.sh
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=$(git describe)
|
||||
VERSION=$(git describe --tags)
|
||||
echo "Building $VERSION..."
|
||||
go build -o watchtower -ldflags "-X github.com/containrrr/watchtower/cmd.version=$VERSION"
|
||||
go build -o watchtower -ldflags "-X github.com/containrrr/watchtower/cmd.version=$VERSION"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue