Skip to content

Commit

Permalink
Merge pull request #337 from dikhan/skip-docker-login-on-forks
Browse files Browse the repository at this point in the history
[BugFix: Issue #X] Skip docker login from forks
  • Loading branch information
dikhan authored Apr 9, 2022
2 parents 5be1f03 + 9057c5e commit b648612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- docker

env:
- TF_VERSION=0.13.6 PERFORM_DOCKER_LOGIN=true GO111MODULE=on
- TF_VERSION=0.13.6 PERFORM_DOCKER_LOGIN=$TRAVIS_SECURE_ENV_VARS GO111MODULE=on

install:
- go install github.com/goreleaser/goreleaser@v1.6.3
Expand Down

0 comments on commit b648612

Please sign in to comment.