From 823fdf094f7a038e6cbb9a59162530ec0b2061b3 Mon Sep 17 00:00:00 2001 From: Edvin N Date: Wed, 17 Jan 2024 12:51:24 +0100 Subject: [PATCH] Update .github/workflows/release.yaml Co-authored-by: Hubert Stefanski <35736504+HubertStefanski@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 153682dd5..a347928a9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -107,7 +107,7 @@ jobs: for i in ${{ env.REPOS }} do export KO_DOCKER_REPO=${i} - ko build --sbom=spdx --image-refs ./image-digest-${i} --bare --platform linux/arm64,linux/arm/v7,linux/amd64 -t ${{ github.ref_name }} \ + ko build --sbom=spdx --image-refs ./image-digest-${i%.*} --bare --platform linux/arm64,linux/arm/v7,linux/amd64 -t ${{ github.ref_name }} \ --image-label org.opencontainers.image.title=grafana-operator \ --image-label org.opencontainers.image.description="An operator for Grafana that installs and manages Grafana instances & Dashboards & Datasources through Kubernetes/OpenShift CRs" \ --image-label org.opencontainers.image.url=${{ github.server_url }}/${{ github.repository }} \