diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml
index 973e2af..e994913 100644
--- a/.github/workflows/release-container.yml
+++ b/.github/workflows/release-container.yml
@@ -2,8 +2,8 @@ name: Create and publish a container image on release
on:
push:
- branches:
- - main
+ tags:
+ - "*"
env:
REGISTRY: ghcr.io
diff --git a/README.md b/README.md
index c88430b..dba08eb 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
-[Website](https://linkwarden.app) | [Getting Started](https://docs.linkwarden.app/getting-started) | [Features](https://github.com/linkwarden/linkwarden#features) | [Roadmap](https://github.com/orgs/linkwarden/projects/1) | [Screenshots](https://github.com/linkwarden/linkwarden#screenshots) | [Support ❤](https://github.com/linkwarden/linkwarden#support-)
+[Website](https://linkwarden.app) | [Getting Started](https://docs.linkwarden.app) | [Features](https://github.com/linkwarden/linkwarden#features) | [Roadmap](https://github.com/orgs/linkwarden/projects/1) | [Screenshots](https://github.com/linkwarden/linkwarden#screenshots) | [Support ❤](https://github.com/linkwarden/linkwarden#support-)
@@ -24,7 +24,7 @@ Additionally, Linkwarden is designed with collaboration in mind, sharing links w
> **Note**
-> Our official [Cloud](https://linkwarden.app/#pricing) offering provides the simplest way to begin using Linkwarden and it's the preferred choice for many due to its time-saving benefits.
Your subscription supports our hosting infrastructure and ongoing development.
Alternatively, if you prefer [self-hosting](https://docs.linkwarden.app/getting-started/self-hosting) Linkwarden, no problem! You'll still have access to all the premium features.
+> Our official [Cloud](https://linkwarden.app/#pricing) offering provides the simplest way to begin using Linkwarden and it's the preferred choice for many due to its time-saving benefits.
Your subscription supports our hosting infrastructure and ongoing development.
Alternatively, if you prefer [self-hosting](https://docs.linkwarden.app/self-hosting/installation) Linkwarden, no problem! You'll still have access to all the premium features.
A bit of a "history"
@@ -76,11 +76,11 @@ If you found a security vulnerability, please do **not** create a public issue,
## Screenshots
## Support ❤
diff --git a/assets/collaborators.png b/assets/collaborators.png
index b2cf5c6..0c527e3 100644
Binary files a/assets/collaborators.png and b/assets/collaborators.png differ
diff --git a/assets/collections.png b/assets/collections.png
index e4027dd..e7abe9a 100644
Binary files a/assets/collections.png and b/assets/collections.png differ
diff --git a/assets/link_details.png b/assets/link_details.png
index f02bd8e..418ed56 100644
Binary files a/assets/link_details.png and b/assets/link_details.png differ