update portfolio sections
This commit is contained in:
parent
9d5f6bc5fb
commit
c4a83cf5be
4 changed files with 33 additions and 7 deletions
7
Makefile
7
Makefile
|
@ -1,12 +1,9 @@
|
|||
.PHONY: help build publish
|
||||
VERSION = 1.9.6
|
||||
.PHONY: help bump publish
|
||||
VERSION = 1.9.11
|
||||
|
||||
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:$(VERSION) .
|
||||
|
||||
publish:
|
||||
# something to try: --provenance=false
|
||||
@docker buildx build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) --platform linux/arm64 --push .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue