We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b43cf commit fa7a829Copy full SHA for fa7a829
3 files changed
.github/workflows/deploy-image.yml
@@ -6,7 +6,7 @@ on:
6
7
env:
8
REGISTRY: ghcr.io
9
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: pof
10
11
permissions:
12
contents: read
.github/workflows/deploy-server-image.yml
@@ -7,7 +7,7 @@ on:
- IMAGE_NAME: ${{ github.repository }}-server
+ IMAGE_NAME: pof-server
13
server/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "python-obfuscation-framework-server"
3
-version = "2.4.0"
+version = "2.4.1"
4
description = "Python Obfuscation Framework"
5
readme = "README.md"
requires-python = ">=3.9"
0 commit comments