diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-15 15:01:41 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-15 15:03:10 -0700 |
| commit | 1046fecb2ea48d6fac210502dbe941725a1f5a71 (patch) | |
| tree | 0576f3baaf9010cea2fd53a8fa7d6f83b6d4945c | |
| parent | 8caa7cac09bfacacc3e0eb4ea8c7adc63f48ff08 (diff) | |
Inspect the image details
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa8592b..626153b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,7 +56,8 @@ size: script: - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker pull $TMP_IMAGE - - docker image ls + - docker image ls $TMP_IMAGE + - docker image inspect $TMP_IMAGE unit: stage: test |
