You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`COMPONENT`: The component to build. Options: `controller`, `task-executor`
35
38
-`TAG`: Image tag, defaults to `latest`
36
39
-`PUSH`: Whether to push to remote registry, defaults to `true`
40
+
-`GHCR_REPO`: Optional GHCR repository prefix, for example `ghcr.io/opensandbox-group/opensandbox`
37
41
38
42
## Option 2: Using GitHub Actions
39
43
@@ -85,11 +89,22 @@ make docker-push-task-executor TASK_EXECUTOR_IMG=myregistry/opensandbox-task-exe
85
89
86
90
## Image Registry
87
91
88
-
Built images are pushed to the following registry:
92
+
Built images are pushed to Docker Hub and Alibaba Cloud Container Registry (ACR). When `GHCR_REPO` is set, the same images are also pushed to GitHub Container Registry (GHCR).
0 commit comments