chore(ci): fix default branch in Dockerfiles (#875)
parent
da56c215db
commit
a5ffb653df
@ -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"
|
Loading…
Reference in New Issue