Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -210,9 +210,9 @@ This job produces _output variables_ that are propagated to downstream jobs (usi | Name | Description | Example | | --------------------- | ------------------------------------------------------ | --------------------------------------- | | `docker_image` | snapshot image name **with tag** | `registry.gitlab.com/acme/website/snaposhot:main` | | `docker_image_digest` | snapshot image name **with digest** (no tag) | `registry.gitlab.com/acme/website/snaposhot@sha256:b7914a91...` | | `docker_repository` | snapshot image **bare repository** (no tag nor digest) | `registry.gitlab.com/acme/website/snaposhot` | | `docker_image` | snapshot image name **with tag** | `registry.gitlab.com/acme/website/snapshot:main` | | `docker_image_digest` | snapshot image name **with digest** (no tag) | `registry.gitlab.com/acme/website/snapshot@sha256:b7914a91...` | | `docker_repository` | snapshot image **bare repository** (no tag nor digest) | `registry.gitlab.com/acme/website/snapshot` | | `docker_tag` | snapshot image tag | `main` | | `docker_digest` | snapshot image digest | `sha256:b7914a91...` | Loading Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -210,9 +210,9 @@ This job produces _output variables_ that are propagated to downstream jobs (usi | Name | Description | Example | | --------------------- | ------------------------------------------------------ | --------------------------------------- | | `docker_image` | snapshot image name **with tag** | `registry.gitlab.com/acme/website/snaposhot:main` | | `docker_image_digest` | snapshot image name **with digest** (no tag) | `registry.gitlab.com/acme/website/snaposhot@sha256:b7914a91...` | | `docker_repository` | snapshot image **bare repository** (no tag nor digest) | `registry.gitlab.com/acme/website/snaposhot` | | `docker_image` | snapshot image name **with tag** | `registry.gitlab.com/acme/website/snapshot:main` | | `docker_image_digest` | snapshot image name **with digest** (no tag) | `registry.gitlab.com/acme/website/snapshot@sha256:b7914a91...` | | `docker_repository` | snapshot image **bare repository** (no tag nor digest) | `registry.gitlab.com/acme/website/snapshot` | | `docker_tag` | snapshot image tag | `main` | | `docker_digest` | snapshot image digest | `sha256:b7914a91...` | Loading