diff options
author | 2025-10-18 16:14:12 +0100 | |
---|---|---|
committer | 2025-10-18 19:24:06 +0100 | |
commit | 008336fcc52f0d91592536ecb9fbf56dfe5c6e7c (patch) | |
tree | dffe07a70b8afd1c72e14d099b74e5b7cee939c6 | |
parent | Build and use integration image for testing (diff) |
Use pydis build for Docker compose
-rw-r--r-- | deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment.yaml b/deployment.yaml index 7351570..5a65072 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: initContainers: - name: deps-install - image: ghcr.io/python-discord/snekbox:latest + image: ghcr.io/python-discord/snekbox:latest-pydis imagePullPolicy: Always volumeMounts: - name: snekbox-user-base-volume @@ -25,7 +25,7 @@ spec: - scripts/install_eval_deps.sh containers: - name: snekbox - image: ghcr.io/python-discord/snekbox:latest + image: ghcr.io/python-discord/snekbox:latest-pydis imagePullPolicy: Always ports: - containerPort: 8060 |