Skip to content

Commit

Permalink
Merge pull request #4 from federated-wiki/v0.31.0
Browse files Browse the repository at this point in the history
increase wiki version to 0.31.0
  • Loading branch information
almereyda authored Oct 16, 2023
2 parents da1d6ba + 8ee1f04 commit c237f5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IMAGE_TAG=0.22.0
IMAGE_TAG=0.31.0
NODE_ENV=production
COOKIESECRET=
2 changes: 1 addition & 1 deletion .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: check-version
with:
version-command: |
grep IMAGE_TAG .env | cut -d"=" -f2
grep WIKI_TAG= Dockerfile | cut -d"=" -f2
- name: Release new tag
uses: ncipollo/release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18-alpine

ARG WIKI_TAG=0.22.0
ARG WIKI_TAG=0.31.0

RUN apk add --no-cache bash git
RUN npm i -g wiki@${WIKI_TAG}
Expand Down

0 comments on commit c237f5f

Please sign in to comment.