Adding github action on release to publish multi-arch image

This commit is contained in:
bahetiamit
2020-11-05 18:46:36 -08:00
committed by Mike Farah
parent f69a81b79b
commit e07a5b6065
2 changed files with 49 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
set -o errexit
set -o pipefail
./bin/golangci-lint run
./bin/golangci-lint run --timeout=5m
# ./bin/golangci-lint \
# --tests \