Skip to content

Commit

Permalink
Fix needs for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
sosheskaz committed Apr 20, 2024
1 parent e86d16e commit 0eb8aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
VERSION: ${{ steps.version.outputs.VERSION }}

build-images:
needs: metadata
runs-on: ubuntu-latest
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 }}
VERSION: ${{ jobs.metadata.outputs.VERSION }}
VERSION: ${{ needs.metadata.outputs.VERSION }}
steps:
- uses: actions/checkout@v4
with:
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 0eb8aa0

Please sign in to comment.