Drone build not pulling in correct image

Hi,

We came across a build step which doesn’t pull in the right ecr image as specified in the step.
The step keeps pulling in the image with latest tag instead of the tag specified. We also have pull: always in the step. Any help will be appreciated.

.drone.yml

---
kind: pipeline
name: default

steps:
    - name: install
      image: <account-number>.dkr.ecr.eu-west-1.amazonaws.com/test:1.0
      pull: always

Build logs

latest: Pulling from test
Digest: sha25665a291d75e3a6a32
Status: Downloaded newer image for <account-number>.dkr.ecr.eu-west-1.amazonaws.com/test:latest

Any help will be much appreciated, we are still seeing this issue and looks like a bug.

Just so I can knock some stuff out, but does pulling the image manually work?