Skip to content

Instantly share code, notes, and snippets.

@lostdesign
Created September 8, 2020 06:39
Show Gist options
  • Save lostdesign/962fbb228ed56a9b8e14018425fb4450 to your computer and use it in GitHub Desktop.
Save lostdesign/962fbb228ed56a9b8e14018425fb4450 to your computer and use it in GitHub Desktop.
Release a new Dockerfile
# Build and tag locally
docker build -t user/image:version .
# Login to docker hub
docker login
# Push new build image to hub
docker push -t user/image:version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment