diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d6102a8f..f38db04ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,6 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} - type=raw,enable=${{ startsWith(github.ref, 'refs/tags/v') }},value=prerelease type=sha type=edge diff --git a/README.md b/README.md index 30d7987c0..c71d6b4eb 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,10 @@ ---

-Logto is going to launch Cloud (Preview) and OSS General Availability on Product Hunt!
-Click the “Notify me” button on the page in order to receive a notification when our launch is live. +Logto has launched Cloud (Preview) and OSS General Availability on Product Hunt.

-😊 See you on the cloud! +😊 Come and support us! We'll see you on the cloud.

--- @@ -66,7 +65,7 @@ Docker Compose CLI usually comes with [Docker Desktop](https://www.docker.com/pr ```bash curl -fsSL https://raw.githubusercontent.com/logto-io/logto/HEAD/docker-compose.yml | \ -TAG=prerelease docker compose -p logto -f - up +docker compose -p logto -f - up ``` #### npm-init diff --git a/docker-compose.demo.uffizzi.yml b/docker-compose.demo.uffizzi.yml index bca82a9f8..1a15d687a 100644 --- a/docker-compose.demo.uffizzi.yml +++ b/docker-compose.demo.uffizzi.yml @@ -10,7 +10,7 @@ services: app: depends_on: - "postgres" - image: registry.uffizzi.com/logto-io/logto:prerelease + image: registry.uffizzi.com/logto-io/logto:latest ports: - 3001:3001 environment: