fix: docker release github action not adding latest tag (#2689)

This commit is contained in:
Matti Nannt
2024-05-26 08:28:27 +02:00
committed by GitHub
parent a44198539d
commit db03ce70d2
3 changed files with 56 additions and 15 deletions
@@ -17,14 +17,18 @@ Formbricks v2.0 comes with huge features such as Multi-Language Surveys and Adva
the upgrade. Follow the below steps thoroughly to upgrade your Formbricks instance to v2.0.
</Note>
and
<Note>
If you've used the Formbricks Enterprise Edition with a free beta license key, your instance will be
downgraded to the Community Edition 2.0. You find all license details on the [license
page.](/self-hosting/license/)
</Note>
<Note>
We are moving from DockerHub to Github Packages for our images. If you are still pulling the images from
DockerHub please change `image: formbricks/formbricks:latest` to
`image:ghcr.io/formbricks/formbricks:latest` in your `docker-compose.yml` file.
</Note>
### Steps to Migrate
This guide is for users who are self-hosting Formbricks using our one-click setup. If you are using a different setup, you might adjust the commands accordingly.