Skip to content

Commit df7673b

Browse files
committed
fix: workflow
1 parent fa7a829 commit df7673b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
REGISTRY: ghcr.io
9-
IMAGE_NAME: pof
9+
IMAGE_NAME: ${{ github.repository }}
1010

1111
permissions:
1212
contents: read

.github/workflows/deploy-server-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
REGISTRY: ghcr.io
10-
IMAGE_NAME: pof-server
10+
IMAGE_NAME: ${{ github.repository }}-server
1111

1212
permissions:
1313
contents: read

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 = "python-obfuscation-framework"
7-
version = "1.9.0"
7+
version = "1.9.1"
88
description = "Python Obfuscation Framework"
99
readme = "README.md"
1010
requires-python = ">=3.5"

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-obfuscation-framework-server"
3-
version = "2.4.1"
3+
version = "2.4.2"
44
description = "Python Obfuscation Framework"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)