Skip to content

Commit

Permalink
Update module_based_image_builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
varmoh authored Apr 3, 2024
1 parent 1184b05 commit 60df29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/module_based_image_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ENV_FILE = ".env.img"
STATE_FILE = ".env_state.txt"
GITHUB_REGISTRY = "ghcr.io/varmoh"
GITHUB_REGISTRY = "ghcr.io/buerokratt"

def build_and_publish_image(release, version, build, fix):
DOCKER_TAG_CUSTOM = f"{GITHUB_REGISTRY}/buerokratt-dsl:{release}-{version}.{build}.{fix}"
Expand Down

0 comments on commit 60df29d

Please sign in to comment.