Skip to content

Commit

Permalink
fix: Fix image name in release workflow (#121)
Browse files Browse the repository at this point in the history
Change-Id: Ib5239a355afa7565a0d0cd7a2c667c9612c4daca
  • Loading branch information
MykolaMarusenko committed Dec 18, 2023
1 parent 72fd1b3 commit 6d23e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d23e94

Please sign in to comment.