Skip to content

Commit

Permalink
move docker login to releaser script
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <t@avelino.xxx>
  • Loading branch information
avelino committed Sep 8, 2020
1 parent 978df02 commit 727150b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,6 @@ install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
before_script:
- docker login -u="$DOCKER_LOGIN" -p="$DOCKER_PASSWORD"
- sh testdata/schema.sh
script:
- curl -sfL https://git.io/goreleaser | sh -s -- check
Expand Down
1 change: 1 addition & 0 deletions scripts/releaser-latest.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
docker build . -t prest/prest:latest && \
docker login -u="$DOCKER_LOGIN" -p="$DOCKER_PASSWORD" && \
docker push prest/prest:latest

0 comments on commit 727150b

Please sign in to comment.