go get -u, go build ldflags, docker tag, inline handler

This commit is contained in:
Andrea Spacca
2021-02-19 14:50:40 +01:00
parent 7522cf5f31
commit 7ea65c5a24
6 changed files with 280 additions and 31 deletions

View File

@ -26,7 +26,7 @@ jobs:
VERSION=edge
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/v}
VERSION=v${GITHUB_REF#refs/tags/v}
fi
if [ "${{ github.event_name }}" = "schedule" ]; then