| commit | 4d2784df122176cb62ba24b7b492749b54a81a71 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Jun 01 14:27:32 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Jun 01 14:27:32 2023 +0400 |
| tree | a4eede35ea9dd3c0bb9138dd79465d8cba6b80bb | |
| parent | e390a14fcff1f90ce9cbfe0b8808e51da6955ebd [diff] [blame] |
headscale ingress-private
diff --git a/core/auth/ui/Makefile b/core/auth/ui/Makefile index a401141..0bafc13 100644 --- a/core/auth/ui/Makefile +++ b/core/auth/ui/Makefile
@@ -15,5 +15,6 @@ build_amd64: go build -o server_amd64 *.go -push: clean build_arm64 build_amd64 - docker buildx build --tag=giolekva/auth-ui:latest . --platform=linux/arm64,linux/amd64 --push +push: clean build_arm64 # build_amd64 + podman build --tag=giolekva/auth-ui:debug . + podman push giolekva/auth-ui:debug