Utilize repository name for pack name

This commit is contained in:
Nick Hammond
2024-09-04 09:42:40 -07:00
parent 826308aabd
commit d0ffb850da
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ class Kamal::Commands::Builder::Native::Pack < Kamal::Commands::Builder::Native
def push
combine \
pack(:build,
config.absolute_image,
config.repository,
"--platform", platform,
"--builder", pack_builder,
buildpacks,