From 87762799bf70a3acea8af486362beaf3fde9e6b3 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Thu, 17 Jul 2025 18:13:04 +0200 Subject: [PATCH] workflows: rename `icinga-db` -> `icinga2` in container images --- .github/workflows/container-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 74d6b73fd..cd4b15eda 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -77,7 +77,6 @@ jobs: echo "The current tag ${{ github.ref_name }} is not the greatest overall compared to $greatest_tag. Not tagging as 'latest'." fi - major_version=$(echo ${{ github.ref_name }} | cut -d. -f1) greatest_major=$(git -c 'versionsort.suffix=-' tag --list "${major_version}.*" --sort=-v:refname | awk 'NR==1') if [ "${{ github.ref_name }}" = "$greatest_major" ]; then @@ -100,7 +99,7 @@ jobs: # Docker Hub ${{ env.IMAGE_NAME }} labels: | - org.opencontainers.image.documentation=https://icinga.com/docs/icinga-db + org.opencontainers.image.documentation=https://icinga.com/docs/icinga2 org.opencontainers.image.vendor=Icinga GmbH flavor: | # Disable automatic 'latest' tagging as our custom logic is used to