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 5e2befb commit 3d6cca3Copy full SHA for 3d6cca3
Makefile
@@ -27,11 +27,6 @@ docker_publish: docker_login
27
docker tag botium/speech:$(VERSION) ${BOTIUM_AWS_REGISTRY_HOSTNAME}/botium/speech:$(VERSION)
28
docker push ${BOTIUM_AWS_REGISTRY_HOSTNAME}/botium/speech:$(VERSION)
29
30
-docker_latest: docker_login
31
- docker tag botium/speech:$(VERSION) ${BOTIUM_AWS_REGISTRY_HOSTNAME}/botium/speech:latest
32
- docker push ${BOTIUM_AWS_REGISTRY_HOSTNAME}/botium/speech:latest
33
-
34
35
develop: docker_build_dev docker_publish_dev
36
37
-release: docker_build docker_publish docker_latest
+release: docker_build docker_publish
0 commit comments