Skip to content

Commit

Permalink
bump version & cp README.md to gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Dec 16, 2020
1 parent 5be194f commit 682ef79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
echo "Commit helm charts to gh-pages branch..."
cp --force -u .helm-release-tmp/charts/*.tgz ${gh_pages_worktree}/charts/
cp --force .helm-release-tmp/charts/index.yaml ${gh_pages_worktree}/index.yaml
cp --force README.md ${gh_pages_worktree}/README.md
rm -Rf .helm-release-packages
pushd "$gh_pages_worktree" > /dev/null
git add --all
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Docker Registry Mirror
name: docker-registry-mirror
version: 1.10.1
version: 1.10.2
appVersion: 2.7.1
home: https://github.com/t83714/docker-registry-mirror
sources:
Expand Down

0 comments on commit 682ef79

Please sign in to comment.