update build
This commit is contained in:
parent
ad8708edc3
commit
94482f1696
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -8,7 +8,8 @@ build:
|
||||||
@docker build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) .
|
@docker build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) .
|
||||||
|
|
||||||
publish:
|
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:
|
bump:
|
||||||
@bash ./bump_version.sh
|
@bash ./bump_version.sh
|
||||||
upgrade: build publish
|
upgrade: build publish
|
Loading…
Add table
Add a link
Reference in a new issue