| commit | 5588514e082d8ad82167a81767d7b746d83db2a0 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Fri Aug 16 13:11:00 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Fri Aug 16 11:16:05 2024 +0000 |
| tree | 0930fe8cad73641687c679daffe501e0897fa792 | |
| parent | 1cd6515699e3803eec44e90880f9de2d227b14c4 [diff] [blame] |
AuthProxy: Fix multi arch image manifest Change-Id: I0ea6a03c2b30cf556bd8e5cf9587193126692bf5
diff --git a/core/auth/proxy/Makefile b/core/auth/proxy/Makefile index 4ec89b0..83fa29d 100644 --- a/core/auth/proxy/Makefile +++ b/core/auth/proxy/Makefile
@@ -1,7 +1,7 @@ repo_name ?= giolekva podman ?= docker ifeq ($(podman), podman) -manifest_dest=docker://docker.io/$(repo_name)/pcloud-installer:latest +manifest_dest=docker://docker.io/$(repo_name)/auth-proxy:latest endif clean: