Skip to content

Commit

Permalink
Add package version to env
Browse files Browse the repository at this point in the history
  • Loading branch information
lennertvandevelde committed Jun 24, 2024
1 parent a6f33d7 commit 985a1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flows/infra_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def save_image(image_name, name, registry=None, package_version=None) -> None:
image_registry=docker_registry,
image_pull_policy="ALWAYS",
env={
"BUILD_CONFIG_NAME": None
"BUILD_CONFIG_NAME": package_version
}
)
docker_container.save(name=name, overwrite=True)
Expand Down

0 comments on commit 985a1c2

Please sign in to comment.