Commit b6995414 authored by Cédric OLIVIER's avatar Cédric OLIVIER Committed by Clement Bois
Browse files

docs(readme): fix typo in documentation

parent 75ad5eaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ This job pushes (_promotes_) the built image as the _release_ image [skopeo](htt

This job produces _output variables_ that are propagated to downstream jobs (using [dotenv artifacts](https://docs.gitlab.com/ci/yaml/artifacts_reports/#artifactsreportsdotenv)):

| Input / Variable      | Description                                           | Example                                               |
| Output / Variable      | Description                                           | Example                                               |
| --------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
| `docker_image`        | release image name **with tag**                       | `registry.gitlab.com/acme/website:main`               |
| `docker_image_digest` | release image name **with digest** (no tag)           | `registry.gitlab.com/acme/website@sha256:b7914a91...` |