Skip to content

Commit

Permalink
increased version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Nov 9, 2023
1 parent c19d5a6 commit 8d4c85b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ help:
.PHONY: build-push
build-push:
docker login ghcr.io
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag ghcr.io/cloud-py-api/upscaler_example:1.1.0 --tag ghcr.io/cloud-py-api/upscaler_example:latest .
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag ghcr.io/cloud-py-api/upscaler_example:1.2.0 --tag ghcr.io/cloud-py-api/upscaler_example:latest .

.PHONY: deploy28
deploy28:
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It shouldn't be difficult to use an even more advanced model based on this examp
Refer to [How to install](https://github.com/cloud-py-api/upscaler_example/blob/main/HOW_TO_INSTALL.md) to try it.
]]></description>
<version>1.1.0</version>
<version>1.2.0</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand All @@ -30,7 +30,7 @@ Refer to [How to install](https://github.com/cloud-py-api/upscaler_example/blob/
<docker-install>
<registry>ghcr.io</registry>
<image>cloud-py-api/upscaler_example</image>
<image-tag>1.1.0</image-tag>
<image-tag>1.2.0</image-tag>
</docker-install>
<scopes>
<required>
Expand Down

0 comments on commit 8d4c85b

Please sign in to comment.