Skip to content

Commit

Permalink
fix collator selection workflow for baedeker
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Sep 4, 2023
1 parent 6e72793 commit 77ec6a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/collator-selection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
username: ${{ secrets.CORE_DOCKERHUB_USERNAME }}
password: ${{ secrets.CORE_DOCKERHUB_TOKEN }}

- name: pull needed images
run: |
docker pull uniquenetwork/builder-polkadot:${{ matrix.relay_branch }}
- name: Run find-and-replace to remove slashes from branch name
uses: mad9000/actions-find-and-replace-string@4
Expand Down

0 comments on commit 77ec6a1

Please sign in to comment.