mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-08-07 09:14:58 +00:00
Add next-rootless docker tag (#7645)
This commit is contained in:
@@ -65,7 +65,7 @@ if (!dryRun) {
|
||||
);
|
||||
|
||||
// Build full image (rootless)
|
||||
buildImage(repoNames, ["2-rootless", ver(version, "rootless")], "rootless");
|
||||
buildImage(repoNames, ["next-rootless", "2-rootless", ver(version, "rootless")], "rootless");
|
||||
|
||||
// Build slim image
|
||||
buildImage(
|
||||
|
||||
Reference in New Issue
Block a user