Commit 2902ffb4 authored by Clement Bois's avatar Clement Bois
Browse files

Merge branch 'fix-doc-typo' into 'master'

doc(readme): fix typo in documentation

See merge request to-be-continuous/docker!186
parents 75ad5eaf b6995414
Loading
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...` |