minor layout fixes
This commit is contained in:
parent
30e8f29d1f
commit
44969cf4dd
8 changed files with 115 additions and 91 deletions
4
Makefile
4
Makefile
|
@ -4,7 +4,7 @@ help:
|
|||
@perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
|
||||
|
||||
build:
|
||||
@docker build -t code.headbright.be/konstantin/iamkonstantin:1.0.10 .
|
||||
@docker build -t code.headbright.be/konstantin/iamkonstantin:1.0.11 .
|
||||
|
||||
publish:
|
||||
@docker push code.headbright.be/konstantin/iamkonstantin:1.0.10
|
||||
@docker push code.headbright.be/konstantin/iamkonstantin:1.0.11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue