Skip to content

Commit 117d5ef

Browse files
committed
update github action
1 parent 0e59416 commit 117d5ef

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.5-alpha.8
1+
0.0.5-alpha.9

docker-compose.local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
context: ../../
55
dockerfile: ./subvortex/auto_upgrader/Dockerfile
66
additional_contexts:
7-
wheelbuilder: docker-image://subvortex/subvortex-wheel-builder:latest
7+
wheelbuilder: docker-image://ghcr.io/eclipsevortex/subvortex-wheel-builder:latest
88
container_name: subvortex-auto-upgrader
99
restart: unless-stopped
1010
env_file:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
auto_upgrader:
3-
image: subvortex/subvortex-auto-upgrader:latest
3+
image: ghcr.io/eclipsevortex/subvortex-auto-upgrader:latest
44
container_name: subvortex-auto-upgrader
55
restart: unless-stopped
66
env_file:

subvortex/auto_upgrader/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "subvortex-auto-upgrader"
7-
version = "0.0.5-alpha.8"
7+
version = "0.0.5-alpha.9"
88
description = "SubVortex Auto Upgrader"
99
authors = [{ name = "Eclipse Vortex", email = "subvortex.bt@gmail.com" }]
1010
readme = "README.md"

subvortex/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.5-alpha.8"
1+
__version__ = "0.0.5-alpha.9"

0 commit comments

Comments
 (0)