Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description Was not able to load image that contains the `dist` folder to push to npmjs ```bash WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load Unable to find image 'pepr-npm:latest' locally Error response from daemon: pull access denied for pepr-npm, repository does not exist or may require 'docker login': denied: requested access to the resource is denied must specify at least one container source npm warn package-json pepr@0.32.1 No bin file found at dist/cli.js npm warn package-json pepr@0.32.1 No bin file found at dist/cli.js npm warn package-json pepr@0.32.1 No bin file found at dist/cli.js npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "bin" was converted to an object npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/defenseunicorns/pepr.git" npm warn package-json pepr@0.32.1 No bin file found at dist/cli.js ``` ## Related Issue Fixes # <!-- or --> Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed --------- Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
- Loading branch information