Commit 9fac9b1d authored by Jaime Martinez's avatar Jaime Martinez

Use release-cli:latest docker tag

parent afca7045
...@@ -3628,7 +3628,7 @@ only: ...@@ -3628,7 +3628,7 @@ only:
The Docker image to use for the `release-cli` must be specified, using the following directive: The Docker image to use for the `release-cli` must be specified, using the following directive:
```yaml ```yaml
image: registry.gitlab.com/gitlab-org/release-cli:stable image: registry.gitlab.com/gitlab-org/release-cli:latest
``` ```
#### Script #### Script
...@@ -3724,7 +3724,7 @@ stages: ...@@ -3724,7 +3724,7 @@ stages:
release_job: release_job:
stage: release stage: release
image: registry.gitlab.com/gitlab-org/release-cli:stable image: registry.gitlab.com/gitlab-org/release-cli:latest
only: only:
- tags - tags
script: script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment