Skip to content

Commit

Permalink
ci: Need a full URL
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 30, 2023
1 parent 9b2a260 commit cb5577d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
wave --conda-file "${{ matrix.files }}" \
--freeze \
--await \
--build-repo ${{steps.registry-name.outputs.result}} \
--build-repo quay.io/nf-core/modules/${{steps.registry-name.outputs.result}} \
--tower-token ${{ secrets.TOWER_ACCESS_TOKEN }} \
--tower-workspace-id ${{ secrets.TOWER_WORKSPACE_ID }}
Expand All @@ -78,7 +78,7 @@ jobs:
wave --conda-file "${{ matrix.files }}" \
--freeze \
--await \
--build-repo ${{steps.registry-name.outputs.result}}/singularity \
--build-repo quay.io/nf-core/modules/${{steps.registry-name.outputs.result}}/singularity \
--tower-token ${{ secrets.TOWER_ACCESS_TOKEN }} \
--tower-workspace-id ${{ secrets.TOWER_WORKSPACE_ID }} \
--singularity
Expand Down

0 comments on commit cb5577d

Please sign in to comment.