From 9251bb9ba7cc404bf30149562e68c123de6bc667 Mon Sep 17 00:00:00 2001 From: Pavel Sobolev Date: Sun, 28 Jun 2020 16:06:42 +0300 Subject: [PATCH] (#23) Fix Release Drafter and extend README.md: * Little fix for release drafter; * Add Download section to README.md. --- .github/config/release-drafter.yml | 6 +++--- README.md | 17 ++++++++++++++++- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.github/config/release-drafter.yml b/.github/config/release-drafter.yml index a0e142e..3b55f87 100644 --- a/.github/config/release-drafter.yml +++ b/.github/config/release-drafter.yml @@ -7,11 +7,11 @@ template: | version-resolver: major: labels: - - 'major' + - 'Major' minor: labels: - - 'minor' + - 'Minor' patch: labels: - - 'patch' + - 'Patch' default: patch \ No newline at end of file diff --git a/README.md b/README.md index b7a45fb..0123fb9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,22 @@ - [Zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) - Theme adjustments - ### Build, Run, Enter +### Download + +This image can be downloaded from [Docker Hub](https://hub.docker.com/r/paveloom/dev): + +```bash +docker pull paveloom/dev +``` + +or from [GitHub Packages](https://github.com/paveloom-d/dev/packages): + +```bash +docker pull docker.pkg.github.com/paveloom-d/dev/dev:0.1.0 +``` + + +### Build, Run, Enter There is nothing specific when building, although I would recommend squashing the image. In the root directory (where Dockerfile is located) run the following: