dtzar / helm-kubectl

Docker Hub image with helm and kubectl on top of alpine linux with bash
https://hub.docker.com/r/dtzar/helm-kubectl/
MIT License
365 stars 133 forks source link

Helm 3.6.3 #90

Closed gaby closed 3 years ago

gaby commented 3 years ago
gaby commented 3 years ago

@dtzar Travis CI build is erroring with this:

Error response from daemon: Get https://registry-1.docker.io/v2/: unauthorized: incorrect username or password
The command "docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"" exited with 1.
dtzar commented 3 years ago

It should not be trying to do a build and push on a PR. We need to update the Travis yml logic so PR only tries to build the image. Clearly the != master doesn't work.

The docker login fails because of insecurities of using secrets on forks