File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 description : " Name of the docker image to push"
1717 required : true
1818 type : string
19- docker-base-image :
20- description : " Name of the docker base image to use"
21- required : false
22- type : string
2319 docker-tag :
2420 description : " Tag of the docker image to push, defaults to current branch name"
2521 required : false
4339 docker-token :
4440 description : " Docker token"
4541 required : true
42+ docker-base-image :
43+ description : " Name of the docker base image to use"
44+ required : false
4645
4746jobs :
4847 publish :
7978 -Pktor.docker.password=${{ secrets.docker-token }} \
8079 -Pktor.docker.tag=${{ steps.image-tag.outputs.tag }} \
8180 -Pktor.docker.image=${{ inputs.docker-image }} \
82- -Pktor.docker.base.image=${{ inputs .docker-base-image }} \
81+ -Pktor.docker.base.image=${{ secrets .docker-base-image }} \
8382 -Pjib.console=plain
You can’t perform that action at this time.
0 commit comments