Skip to content

Commit 3d6cca3

Browse files
skip "latest" image build
1 parent 5e2befb commit 3d6cca3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ docker_publish: docker_login
2727
docker tag botium/speech:$(VERSION) ${BOTIUM_AWS_REGISTRY_HOSTNAME}/botium/speech:$(VERSION)
2828
docker push ${BOTIUM_AWS_REGISTRY_HOSTNAME}/botium/speech:$(VERSION)
2929

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-
3530
develop: docker_build_dev docker_publish_dev
3631

37-
release: docker_build docker_publish docker_latest
32+
release: docker_build docker_publish

0 commit comments

Comments
 (0)