Compare commits

..

5 commits

Author SHA1 Message Date
Florian Vahl
e1189048d9
Enabeling manual workflow dispatch 2023-04-16 20:50:40 +02:00
Florian Vahl
7e13280efb
Remove ARMv7 target until node freeze is fixed 2023-04-16 20:46:41 +02:00
Florian Vahl
3c862c8e89
Bump action versions 2023-04-04 18:10:28 +02:00
Florian
00c8f052e5 Set correct entrypoint 2023-04-04 17:24:51 +02:00
m0wer
24c06f6080 update to 5.2.7 2023-04-03 21:21:24 +02:00
3 changed files with 7 additions and 5 deletions

View file

@ -9,6 +9,7 @@ on:
- '**'
tags:
- '*.*.*'
workflow_dispatch:
pull_request:
branches:
- master
@ -50,15 +51,15 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

View file

@ -1,6 +1,6 @@
FROM node:alpine
RUN npm install -g tiddlywiki@5.2.6
RUN npm install -g tiddlywiki@5.2.7
# Setup wiki volume
VOLUME /var/lib/tiddlywiki
@ -10,4 +10,5 @@ WORKDIR /var/lib/tiddlywiki
ADD init-and-run-wiki /usr/local/bin/init-and-run-wiki
# Meta
ENTRYPOINT ["/bin/sh"]
CMD ["/usr/local/bin/init-and-run-wiki"]

View file

@ -12,7 +12,7 @@ Hub](https://hub.docker.com/r/m0wer/tiddlywiki).
Image Name | Tag | TiddyWiki Version
-----------------|------------|------------------
m0wer/tiddlywiki | latest | 5.2.6
m0wer/tiddlywiki | latest | 5.2.7
m0wer/tiddlywiki | v[X] | [X]
m0wer/tiddlywiki | test | ?