From 93b1d872bd7f78d96b7d20423e7c250bdd7e1ee3 Mon Sep 17 00:00:00 2001 From: Eric Miller <1588827+sosheskaz@users.noreply.github.com> Date: Sat, 20 Apr 2024 17:22:06 -0500 Subject: [PATCH] Correct infinitude-core version spec --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 0b68fdf..b8320f9 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -22,7 +22,7 @@ jobs: env: REGISTRY: ghcr.io IMAGE_NAME: ghcr.io/sosheskaz/infinitude-ha-addon - INFINITUDE_IMAGE_NAME: ghcr.io/sosheskaz/infinitude-core:${{ github.event.release.tag_name }} + INFINITUDE_IMAGE_NAME: ghcr.io/sosheskaz/infinitude-core:${{ needs.metadata.outputs.VERSION }} VERSION: ${{ needs.metadata.outputs.VERSION }} steps: - uses: actions/checkout@v4