diff --git a/README.md b/README.md
index 035b17e341fe1b88adb8f3638fd7678f84d76bee..4b6f9fd67807478bb0d1dbe38af6f5698448d134 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ As specified in the previous chapter, these variables are only used to generated
 | `hooks-dir` / `SEMREL_HOOKS_DIR`                       | [Hook scripts](#hook_scripts) folder.                                                                                                                                                                                               | `.`                                                                                                                                   |
 | `commit-message` / `SEMREL_COMMIT_MESSAGE`             | Add a custom commit message based on [semantic-release/git option](https://github.com/semantic-release/git#message).                                                                                                                | _none_ (uses semantic-release default commit message)                                                                                 |
 | `release-disabled` / `SEMREL_RELEASE_DISABLED`         | Disable this job.                                                                                                                                                                                                                   | _none_                                                                                                                                |
-| `semantic-release-job-tags` / `DOCKER_SEMANTIC_RELEASE_JOB_TAGS` | Tags to be used for selecting runners for the job | `[]`            |
+| `semantic-release-job-tags` / `SEMANTIC_RELEASE_JOB_TAGS` | Tags to be used for selecting runners for the job | `[]`            |
 
 #### Hook scripts
 
diff --git a/kicker.json b/kicker.json
index a43811fbbb40c79f34cd06c63428f3901918a60f..f159c04dc8be5a2f7f94e04786eeac9b716d6657 100644
--- a/kicker.json
+++ b/kicker.json
@@ -107,7 +107,7 @@
           "advanced": true
         },
         {
-          "name": "DOCKER_SEMANTIC_RELEASE_JOB_TAGS",
+          "name": "SEMANTIC_RELEASE_JOB_TAGS",
           "description": "Tags to be used for selecting runners for the job",
           "type": "array",
           "default": [],