Skip to content

Commit c3d1fdc

Browse files
botium speech develop
1 parent 6cdfaad commit c3d1fdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ TAG_COMMIT := $(shell git rev-list --abbrev-commit --tags --max-count=1)
22
VERSION := $(shell git describe --abbrev=0 --tags ${TAG_COMMIT} 2>/dev/null || true)
33

44
docker_build_dev:
5-
docker build -t botium/speech:develop frontend
5+
docker build -t botium.speech:develop frontend
66

77
docker_publish_dev
8-
docker tag botium/speech:develop ${AWS_REGISTRY_HOSTNAME}/botium/speech:develop
9-
docker push ${AWS_REGISTRY_HOSTNAME}/botium/speech:develop
8+
docker tag botium.speech:develop ${AWS_REGISTRY_HOSTNAME}/botium.speech:develop
9+
docker push ${AWS_REGISTRY_HOSTNAME}/botium.speech:develop
1010

1111
docker_build:
1212
docker build -t botium.speech:$(VERSION) frontend

0 commit comments

Comments
 (0)