Update goreleaser
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
go install github.com/goreleaser/goreleaser@v1.22.1
|
||||
go install github.com/goreleaser/goreleaser@v1.23.0
|
||||
|
||||
if [ ! -z "$harbor_username"]; then
|
||||
if [ ! -z "${harbor_username:-}"]; then
|
||||
DOCKER_FILE=~/.docker/config.json
|
||||
if [ ! -e $DOCKER_FILE ]; then
|
||||
mkdir -p ~/.docker/
|
||||
|
Reference in New Issue
Block a user