File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 VERSION=weekly
2929 PUSH=true
3030 elif [[ $GITHUB_REF == refs/tags/* ]]; then
31- # VERSION=${GITHUB_REF#refs/tags/} # use Dnsmasq version instead
32- VERSION=$(cat .dnsmasq -version)
31+ # VERSION=${GITHUB_REF#refs/tags/} # use getdns version instead
32+ VERSION=$(cat .getdns -version)
3333 elif [[ $GITHUB_REF == refs/heads/* ]]; then
3434 VERSION=$(echo ${GITHUB_REF#refs/heads/} | sed -r 's#/+#-#g')
3535 if [ "${{ github.event.repository.default_branch }}" = "$VERSION" ]; then
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Stubby provides DNS Privacy by:
4848
4949## Specification
5050
51- - Project version: 1.2.0
51+ - Project version: 1.2.1
5252- Getdns version: 1.7.0
5353- Docker image: [ tschaffter/getdns-stubby]
5454
You can’t perform that action at this time.
0 commit comments