Skip to content

Commit

Permalink
fix(ci): update needs names
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Jan 17, 2025
1 parent 5e6cab9 commit d020905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
path: ${{ needs.eval-tag.outputs.component }}-${{ matrix.system }}

release-images:
needs: [download-images, eval-tag]
needs: [download-images-x86_64, eval-tag]
if: ${{ needs.eval-tag.outputs.image-produced }}
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
echo "Copied $COMPONENT:$TAG multi-arch to GHCR"
public-release:
needs: [download-binaries, eval-tag]
needs: [download-binaries-x86_64, eval-tag]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit d020905

Please sign in to comment.