From fd887773ca09ed89717798e23d7f0fa397e8bd6d Mon Sep 17 00:00:00 2001 From: Anthony Dahanne Date: Sun, 31 Mar 2024 23:12:01 -0400 Subject: [PATCH] Update pb-create-package.yml --- .github/workflows/pb-create-package.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pb-create-package.yml b/.github/workflows/pb-create-package.yml index 17b2e7b..d358b81 100644 --- a/.github/workflows/pb-create-package.yml +++ b/.github/workflows/pb-create-package.yml @@ -144,12 +144,10 @@ jobs: set -euo pipefail - CONFIG="--config "${HOME}"/package.toml" - #TODO with this, we don't need to use the package.toml, because pack exp. does not support it with multi arch yet - if ! [ -f "${PWD}/package.toml" ]; then - cd ~/buildpack - CONFIG="" - fi + + cp ~/package.toml ~/buildpack/package.toml + cd ~/buildpack + CONFIG="" PACKAGE_LIST=($PACKAGES) # Extract first repo (Docker Hub) as the main to package & register