We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612d9a3 commit 295c862Copy full SHA for 295c862
build/travis-deploy.sh
@@ -4,6 +4,8 @@ set -o pipefail
4
5
GOARCHES=(amd64 arm64 arm s390x ppc64le)
6
7
+make docker-login
8
+
9
# Pull Request image tag format: PR00
10
if [ "${TRAVIS_EVENT_TYPE}" = "pull_request" ]; then
11
PR_USER=$(echo "${TRAVIS_PULL_REQUEST_SLUG}" | sed -e 's/\/.*//')
0 commit comments