Skip to content

Commit

Permalink
bump version 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
staugur committed Sep 4, 2021
1 parent ff44f05 commit 6f03bef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Extract branch name
id: branch
shell: bash
run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF#refs/heads/} | sed 's/master/latest/')"
run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF##*/} | sed 's/master/latest/')"

- name: Build and push
uses: docker/build-push-action@v2
Expand Down
8 changes: 6 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
v1.13.2
--------

Released in 2021-09-03
Released in 2021-09-04

fix: nginx -> docker(https/http)
- fix: nginx -> docker(https/http)
- chore: build docker image with amd64 and arm64
- chore: format and update userscript
- chore: change config: host(127.0.0.1 to 0.0.0.0)
- chore: dockerfile add `EXPOSE`

v1.13.1
--------
Expand Down

0 comments on commit 6f03bef

Please sign in to comment.