From 6d23e94fce8684767d58802212cddc08bdbb2935 Mon Sep 17 00:00:00 2001 From: Mykola Marusenko Date: Mon, 18 Dec 2023 13:27:24 +0200 Subject: [PATCH] fix: Fix image name in release workflow (#121) Change-Id: Ib5239a355afa7565a0d0cd7a2c667c9612c4daca --- .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 883fa983b..9bb27bb02 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: git-chglog --template .chglog/release.tpl.md -o release.md ${RELEASE_TAG} # Extract image name and tag from RELEASE_TAG - IMAGE_NAME="epamedp/cd-pipeline-operator" + IMAGE_NAME="epamedp/edp-headlamp" IMAGE_TAG=${RELEASE_TAG#v} # Get the digest of the image