Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Install packages on Github's registry from npm command
- //https://github.com/features/packages
- docker tag app ghcr.io/phanatic/app:1.0.0
- docker push ghcr.io/phanatic/app:1.0.0
- npm login --registry=https://npm.pkg.github.com --scope=@phanatic
- npm publish
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement