Skip to content

Commit fa7a829

Browse files
committed
update: workflow
1 parent 66b43cf commit fa7a829

3 files changed

Lines changed: 3 additions & 3 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: ${{ github.repository }}
9+
IMAGE_NAME: pof
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: ${{ github.repository }}-server
10+
IMAGE_NAME: pof-server
1111

1212
permissions:
1313
contents: read

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.0"
3+
version = "2.4.1"
44
description = "Python Obfuscation Framework"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)