Pin mudcraft plugin image to SHA (CI will update this on every build)

This commit is contained in:
Will Anderson
2026-03-29 20:07:16 -05:00
parent 31363d2631
commit 8d3e72da17
+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:latest
image: registry.neuralplatform.ai/mudcraft/plugins:2bf7e2d
imagePullPolicy: Always
command: ["sh", "-c", "cp -r /plugins/* /target/ && echo 'Plugins installed'"]
volumeMounts: