We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260de9d commit 5d8618eCopy full SHA for 5d8618e
Makefile
@@ -51,8 +51,10 @@ docker-build:
51
docker build -t twilio/twilio-python .
52
docker tag twilio/twilio-python twilio/twilio-python:${TRAVIS_TAG}
53
docker tag twilio/twilio-python twilio/twilio-python:apidefs-${API_DEFINITIONS_SHA}
54
+ docker tag twilio/twilio-python twilio/twilio-python:latest
55
56
docker-push:
57
echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin
58
docker push twilio/twilio-python:${TRAVIS_TAG}
59
docker push twilio/twilio-python:apidefs-${API_DEFINITIONS_SHA}
60
+ docker push twilio/twilio-python:latest
0 commit comments