update build

This commit is contained in:
Konstantin 2024-11-10 15:25:33 +01:00
parent ad8708edc3
commit 94482f1696

View file

@ -8,7 +8,8 @@ build:
@docker build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) .
publish:
@docker image push code.headbright.be/konstantin/iamkonstantin:$(VERSION)
# something to try: --provenance=false
@docker buildx build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) --platform linux/arm64 --push .
bump:
@bash ./bump_version.sh
upgrade: build publish