Fix mudcraft plugin image tag — point to valid SHA from run 225

This commit is contained in:
Will Anderson
2026-03-29 20:18:46 -05:00
parent 3d702f644f
commit 77b94fa946
+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:
image: registry.neuralplatform.ai/mudcraft/plugins:e41f6256805c28b3bb8e8832293afa3eab701082
imagePullPolicy: Always
command: ["sh", "-c", "cp -r /plugins/* /target/ && echo 'Plugins installed'"]
volumeMounts: