Changed docker image naming style, removed(commented) healthcheck
This commit is contained in:
parent
78602c4ef9
commit
ea855dc311
2 changed files with 15 additions and 17 deletions
6
Makefile
6
Makefile
|
@ -43,8 +43,8 @@ cmd-dev:
|
|||
|
||||
cmd-docker-build:
|
||||
docker build \
|
||||
-t ${REPO_OWNER_LOWER}/${REPO_NAME_SNAKE}:latest \
|
||||
-t ${REPO_OWNER_LOWER}/${REPO_NAME_SNAKE}:$${VERSION} .
|
||||
-t ${REPO_OWNER_LOWER}/${REPO_NAME_KEBAB}:latest \
|
||||
-t ${REPO_OWNER_LOWER}/${REPO_NAME_KEBAB}:$${VERSION} .
|
||||
|
||||
cmd-docker-push:
|
||||
docker push -a ${REPO_OWNER_LOWER}/${REPO_NAME_SNAKE}
|
||||
docker push -a ${REPO_OWNER_LOWER}/${REPO_NAME_KEBAB}
|
||||
|
|
Loading…
Add table
Reference in a new issue