deploy(mudcraft): update plugin image to

This commit is contained in:
MUDCraft CI
2026-03-30 01:14:38 +00:00
parent b23dc7a5c5
commit 3d702f644f
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
# To add/update plugins: update the Dockerfile in mudcraft/mudcraft repo,
# push to main — CI rebuilds the image and the next pod restart picks it up.
- name: install-plugins
image: registry.neuralplatform.ai/mudcraft/plugins:2bf7e2d
image: registry.neuralplatform.ai/mudcraft/plugins:
imagePullPolicy: Always
command: ["sh", "-c", "cp -r /plugins/* /target/ && echo 'Plugins installed'"]
volumeMounts: