fix(workflows.yaml): pull_policy Always for wfe-ci:latest

This commit is contained in:
2026-04-09 18:32:55 +01:00
parent 322b9ec2c8
commit 275664256d

View File

@@ -60,6 +60,7 @@ _templates:
# arrays, and other bashisms the default `/bin/sh` (dash) doesn't support.
ci_config: &ci_config
image: src.sunbeam.pt/studio/wfe-ci:latest
pull_policy: Always
shell: /bin/bash
memory: 4Gi
cpu: "2"
@@ -69,6 +70,7 @@ _templates:
# Default config for long-running CI steps (8Gi memory, 60min timeout).
ci_long_config: &ci_long_config
image: src.sunbeam.pt/studio/wfe-ci:latest
pull_policy: Always
shell: /bin/bash
memory: 8Gi
cpu: "4"