Skip to content

Commit

Permalink
Further fix for previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fatalbanana committed Mar 22, 2024
1 parent 5492eb2 commit 6722866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
tag: "${{ needs.build.outputs.tag }}"

promote:
needs: [test]
needs: [build, test]
uses: ./.github/workflows/promote.yml
with:
image: ghcr.io/${{ github.repository }}:nightly
Expand Down

0 comments on commit 6722866

Please sign in to comment.