Skip to content

Commit

Permalink
Correct infinitude-core version spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sosheskaz committed Apr 20, 2024
1 parent 0eb8aa0 commit 93b1d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93b1d87

Please sign in to comment.