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

Commit

Permalink
Remove docker push from release
Browse files Browse the repository at this point in the history
Signed-off-by: Silas Davis <[email protected]>
  • Loading branch information
Silas Davis committed Aug 17, 2018
1 parent af3ca3f commit 83d9535
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 83d9535

Please sign in to comment.