| commit | 8be0b942e6bfbae45d7afe2a7de9ffd68508ce9a | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue Jun 13 13:29:21 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue Jun 13 13:29:21 2023 +0400 |
| tree | 66b78d0e828b0ff3e001b2603753e426d57236c6 | |
| parent | 524485f13f8e7b463d45ee533a413c9abf0e53be [diff] [blame] |
core-auth: use k8s internal service address for hydra-admin
diff --git a/core/auth/ui/Makefile b/core/auth/ui/Makefile index 0bafc13..89871d8 100644 --- a/core/auth/ui/Makefile +++ b/core/auth/ui/Makefile
@@ -16,5 +16,5 @@ go build -o server_amd64 *.go push: clean build_arm64 # build_amd64 - podman build --tag=giolekva/auth-ui:debug . - podman push giolekva/auth-ui:debug + podman build --tag=giolekva/auth-ui:latest . + podman push giolekva/auth-ui:latest