Skip to content
Snippets Groups Projects
Commit bc262c5f authored by Shavers, Nicholas H's avatar Shavers, Nicholas H
Browse files

remove image after push

parent a7b5504a
No related branches found
No related tags found
1 merge request!383Runner tag updates
......@@ -228,6 +228,8 @@ Build Docker Image:
## push image to user or project registries
- docker tag "${LOCAL_IMAGE}" "${PROJECT_IMAGE_NAME}";
- docker push "${PROJECT_IMAGE_NAME}";
- docker image rm "${PROJECT_IMAGE_NAME}" # removes local image after pushing
stage: integration
tags:
......
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