spec: inputs: imagename: imagetag: --- build-tardist-$[[ inputs.imagename ]]-$[[ inputs.imagetag ]]: stage: build needs: ["container-$[[ inputs.imagename ]]-$[[ inputs.imagetag ]]"] image: name: ep_$[[ inputs.imagename ]]:$[[ inputs.imagetag ]] pull_policy: never artifacts: paths: - Embperl*.tar.gz script: - perl xsbuilder/source_scan.pl - perl xsbuilder/xs_generate.pl - perl Makefile.PL - make tardist