Hello, consider the following pipeline: ```YAML resources: - name: banana-img.git type: docker-image source: repository: repo/banana-scratch-build - name: repo.git type: git source: uri: https://example.com/repo.git jobs: - name: work-img plan: - get: repo.git - put: banana-img.git params: build: repo.git/img tag_prefix: hello tag_file: repo.git/img/tag_file ``` the extension says: ``` Unknown property 'tag_file' for type 'DockerImagePutParams' ``` 