feat: able to push image to docker registry
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Application" ADD COLUMN "dockerRegistryImageName" TEXT;
|
||||
@@ -133,6 +133,7 @@ model Application {
|
||||
baseBuildImage String?
|
||||
settings ApplicationSettings?
|
||||
dockerRegistryId String?
|
||||
dockerRegistryImageName String?
|
||||
simpleDockerfile String?
|
||||
|
||||
persistentStorage ApplicationPersistentStorage[]
|
||||
|
||||
Reference in New Issue
Block a user