Always pull the docker image when running a step

Is there a way to always pull the image (even if exists locally) when running a step?
I do see code for it but dont know how to set the “proc.Pull” variable

pipeline:
  test:
    pull: true
    image: alpine

1 Like