Skip to content

Commit 295c862

Browse files
mruegaauren
authored andcommitted
travis-deploy: Log into docker
1 parent 612d9a3 commit 295c862

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/travis-deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -o pipefail
44

55
GOARCHES=(amd64 arm64 arm s390x ppc64le)
66

7+
make docker-login
8+
79
# Pull Request image tag format: PR00
810
if [ "${TRAVIS_EVENT_TYPE}" = "pull_request" ]; then
911
PR_USER=$(echo "${TRAVIS_PULL_REQUEST_SLUG}" | sed -e 's/\/.*//')

0 commit comments

Comments
 (0)