push-docker-image

v1.1.0
Push docker image .tar.gz files to a docker registry.
docker registry image container push

lint

eslint . bin/push-docker-image

test:unit

ava --timeout=5s --no-cache 'test/**/*Spec.js'

test:unit:with-coverage

nyc npm run test:unit

test

npm run lint && npm run test:unit:with-coverage

coveralls

cat ./build/lcov.info | coveralls
npm i push-docker-image

Metadata

  • MIT
  • >=10.0.0
  • Mathias Schreck
  • released 5/31/2019

Downloads