Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit fc71275b authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '91-fix-crane-ls-fail' into 'master'

Resolve "fix: crane ls fail"

Closes #91

See merge request lydra/gitlab-ci-templates!65
parents e1d269ba d7b45296
No related branches found
No related tags found
No related merge requests found
Pipeline #47643 failed
......@@ -76,7 +76,7 @@ container:purge:
echo " 🏭 registry : ${CI_REGISTRY}"
echo " 📦 name : ${full_image_name}"
for tag in $(crane ls ${full_image_name} | grep ${container_base_tag}); do
for tag in $(crane ls ${CI_REGISTRY}/${full_image_name} | grep ${container_base_tag}); do
echo " 🏷️ tags : ${tag}"
crane delete ${CI_REGISTRY}/${full_image_name}:${tag}
done
......
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