Skip to content

Commit

Permalink
chore: account for untar in IB Dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 committed Mar 6, 2025
1 parent 24a02eb commit 7bb1594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/ironbank-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ runs:
run: |
cd "$PEPR"
npm run build
mv pepr-0.0.0-development.tgz pepr-0.0.0-development.tar.gz
mv pepr-0.0.0-development.tgz ${GITHUB_WORKSPACE}/pepr-0.0.0-development.tgz
docker build -t pepr:amd -f Dockerfile.ironbank.amd .
docker build -t pepr:arm -f Dockerfile.ironbank.arm .
Expand Down

0 comments on commit 7bb1594

Please sign in to comment.