Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #876 from silasdavis/release
Browse files Browse the repository at this point in the history
Remove docker push from release
  • Loading branch information
Silas Davis authored Aug 17, 2018
2 parents af3ca3f + 83d9535 commit 295e331
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ function release {
notes="NOTES.md"
echo "Building and releasing $tag..."
[[ -e "$notes" ]] && goreleaser --release-notes "$notes" || goreleaser
docker login -u ${DOCKER_USER} -p ${DOCKER_PASS}
docker build -t ${DOCKER_REPO}:${tag#v} .
docker push ${DOCKER_REPO}:${tag#v}
}


Expand Down

0 comments on commit 295e331

Please sign in to comment.