Skip to content

Commit b613286

Browse files
committed
removed unused workflows
1 parent 991e77a commit b613286

File tree

3 files changed

+5
-63
lines changed

3 files changed

+5
-63
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ on:
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
@@ -22,11 +17,6 @@ on:
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

3121
env:
3222
DOCKERHUB_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/snapdocs
@@ -76,25 +66,4 @@ jobs:
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

.github/workflows/update-dockerhub-readme.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
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>

0 commit comments

Comments
 (0)