diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 93e7ca7bd89..2d23bf6d2fd 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -197,7 +197,7 @@ Likewise, group-level variables can be added by going to your group's **Settings > CI/CD**, then finding the section called **Variables**. Any variables of [subgroups] will be inherited recursively. -![Variables](img/secret_variables.png) +![Variables](img/variables.png) Once you set them, they will be available for all subsequent pipelines. You can also [protect your variables](#protected-variables). diff --git a/doc/ci/variables/img/secret_variables.png b/doc/ci/variables/img/secret_variables.png deleted file mode 100644 index 3c1aa361dc2..00000000000 Binary files a/doc/ci/variables/img/secret_variables.png and /dev/null differ diff --git a/doc/ci/variables/img/variables.png b/doc/ci/variables/img/variables.png new file mode 100644 index 00000000000..d2dc99bbac0 Binary files /dev/null and b/doc/ci/variables/img/variables.png differ