Skip to content

Commit

Permalink
Merge pull request #426 from anthonydahanne/patch-1
Browse files Browse the repository at this point in the history
Update pb-create-package.yml
  • Loading branch information
dmikusa committed Apr 1, 2024
2 parents a8c4b4d + fd88777 commit 52e0015
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pb-create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52e0015

Please sign in to comment.