Commit d09f8bd1 authored by moha-s's avatar moha-s
Browse files

Update job template

parent 315bcb20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ module.exports = [
        },
        {
          templateVariable: "r2_imagename",
          question: "What is the Docker image that you will use? (just the name)"
          question: "What is the Docker image that you will use? (just the name, Without version)"
        },
        {
          templateVariable: "r2_imagetag",
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ r2_jobdescription

* Job name: `r2_jobname`
* Docker image:
[`r2_imagename`](https://hub.docker.com/r/_/r2_imagename)
[`r2_imagename:r2_imagetag`](https://hub.docker.com/r/_/r2_imagename)
* Default stage: `r2_stage`
* When: `always`