From 5f6cae8fe7c408f1efb8825433968284efad140b Mon Sep 17 00:00:00 2001 From: sax Date: Fri, 14 Jun 2024 16:34:43 +0200 Subject: [PATCH] 2024-06-14 16:34 - updates --- .github/workflows/delete_image.yml | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/delete_image.yml b/.github/workflows/delete_image.yml index aa38b9b4..436ef8f0 100644 --- a/.github/workflows/delete_image.yml +++ b/.github/workflows/delete_image.yml @@ -13,8 +13,9 @@ jobs: run: | echo "name=${{vars.DOCKER_IMAGE}}:test-${{steps.meta.outputs.version}}" >> $GITHUB_OUTPUT - name: Clean up + shell: bash run: | - registry='https://registry-1.docker.io' + registry="https://registry-1.docker.io" name=${{steps.image_name.outputs.name}} curl -v -sSL -X DELETE "http://${registry}/v2/${name}/manifests/$( curl -sSL -I \ diff --git a/README.md b/README.md index 569860a1..a0f22857 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ABOUT HOPE Deduplication Engine =============================== [![Test](https://github.com/unicef/hope-dedup-engine/actions/workflows/test.yml/badge.svg)](https://github.com/unicef/hope-dedup-engine/actions/workflows/test.yml) +[![Lint](https://github.com/unicef/hope-dedup-engine/actions/workflows/lint.yml/badge.svg)](https://github.com/unicef/hope-dedup-engine/actions/workflows/lint.yml) [![codecov](https://codecov.io/gh/unicef/hope-dedup-engine/graph/badge.svg?token=kAuZEX5k5o)](https://codecov.io/gh/unicef/hope-dedup-engine) ![Version](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsaxix%2Ftrash%2Fdevelop%2Fpyproject.toml&query=%24.project.version&label=version) ![License](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsaxix%2Ftrash%2Fdevelop%2Fpyproject.toml&query=%24.project.license.text&label=license)