File tree Expand file tree Collapse file tree 3 files changed +5
-63
lines changed Expand file tree Collapse file tree 3 files changed +5
-63
lines changed Original file line number Diff line number Diff line change 77 - master
88 tags :
99 - ' v*.*.*'
10- paths-ignore :
11- - ' **.md'
12- - ' docs/**'
13- - ' .github/**'
14- - ' !.github/workflows/docker-publish.yml'
1510 pull_request :
1611 branches :
1712 - main
2217 description : ' Docker image tag'
2318 required : false
2419 default : ' latest'
25- update_readme :
26- description : ' Update Docker Hub README'
27- required : false
28- type : boolean
29- default : true
3020
3121env :
3222 DOCKERHUB_IMAGE : ${{ secrets.DOCKERHUB_USERNAME }}/snapdocs
7666 tags : ${{ steps.meta.outputs.tags }}
7767 labels : ${{ steps.meta.outputs.labels }}
7868 cache-from : type=gha
79- cache-to : type=gha,mode=max
80-
81- update-docker-hub-description :
82- name : Update Docker Hub Description
83- runs-on : ubuntu-latest
84- needs : build-and-push
85- if : |
86- github.event_name != 'pull_request' &&
87- (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || github.event.inputs.update_readme == 'true')
88-
89- steps :
90- - name : Checkout repository
91- uses : actions/checkout@v4
92-
93- - name : Update Docker Hub Description
94- uses : peter-evans/dockerhub-description@v4
95- with :
96- username : ${{ secrets.DOCKERHUB_USERNAME }}
97- password : ${{ secrets.DOCKERHUB_TOKEN }}
98- repository : ${{ env.DOCKERHUB_IMAGE }}
99- readme-filepath : ./README.md
100- short-description : ' SnapDocs - Open source, self-hostable document workspace with real-time collaboration'
69+ cache-to : type=gha,mode=max
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99 <strong>Build your second brain with a powerful block-based editor and real-time collaboration</strong>
1010 </p >
1111
12+ <p >
13+ <strong>⚠️ Beta Status: This project is under active development. Features may change.</strong>
14+ </p >
15+
1216 <p >
1317 <a href="https://github.com/yourusername/snapdocs/stargazers"><img src="https://img.shields.io/github/stars/yourusername/snapdocs?style=flat-square&logo=github&color=yellow" alt="GitHub stars"></a>
1418 <a href="https://github.com/yourusername/snapdocs/network/members"><img src="https://img.shields.io/github/forks/yourusername/snapdocs?style=flat-square&logo=github" alt="GitHub forks"></a>
You can’t perform that action at this time.
0 commit comments