Closed
Description
Hello,
consider the following pipeline:
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'
Metadata
Metadata
Assignees
Labels
No labels