mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Build and tag docker image for Dockerhub release (#111)
* Clean up Dockerfile and added action to build microservice latest * Combine build microservices and server into the same action * Added build and push release version for microservices
This commit is contained in:
parent
a1481c1113
commit
8e80825b4f
5 changed files with 134 additions and 80 deletions
|
|
@ -14,7 +14,7 @@ class LoginForm extends HookConsumerWidget {
|
|||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
final usernameController = useTextEditingController(text: 'testuser@email.com');
|
||||
final passwordController = useTextEditingController(text: 'password');
|
||||
final serverEndpointController = useTextEditingController(text: 'http://192.168.1.216:2283');
|
||||
final serverEndpointController = useTextEditingController(text: 'http://192.168.1.103:2283');
|
||||
|
||||
return Center(
|
||||
child: ConstrainedBox(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue