feat: add canary builds for testing purposes

This commit is contained in:
Mauricio Siu
2024-05-01 19:44:41 -06:00
parent 04a2ca49f3
commit 63b5fdaa71
6 changed files with 126 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ const updateIsAvailable = async () => {
};
export const getDokployImage = () => {
return "dokploy/dokploy:latest";
return `dokploy/dokploy:${process.env.RELEASE_TAG || "latest"}`;
};
export const pullLatestRelease = async () => {