Skip to content
Snippets Groups Projects
Commit 23fe1bc4 authored by Dean Lovett's avatar Dean Lovett
Browse files

debug: image tags

parent d3758c38
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -15,6 +15,10 @@ image_previous="$CI_APPLICATION_REPOSITORY:$CI_COMMIT_BEFORE_SHA"
image_tagged="$CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG"
image_latest="$CI_APPLICATION_REPOSITORY:latest"
echo $image_previous
echo $image_latest
echo $image_tagged
# pull images for cache - this is required, otherwise --cache-from will not work
docker image pull "$image_previous" || \
docker image pull "$image_latest" || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment