Skip to content

Commit

Permalink
chore: remove docker login step
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanholtz committed Nov 3, 2021
1 parent 345c980 commit 8839482
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ docker-build:
docker tag twilio/twilio-node twilio/twilio-node:latest

docker-push:
echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin
docker push twilio/twilio-node:${GITHUB_TAG}
docker push twilio/twilio-node:apidefs-${API_DEFINITIONS_SHA}
docker push twilio/twilio-node:latest

0 comments on commit 8839482

Please sign in to comment.