Skip to content

Commit

Permalink
modify workflow collator-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Sep 6, 2023
1 parent 08e82c7 commit 2f041ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .baedeker/collator-selection.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ local unique = {
relay + {
parachains: {
[para.name]: para,
for para in [opal]
for para in [unique]
},
}
6 changes: 3 additions & 3 deletions .github/workflows/collator-selection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ jobs:
# --tag uniquenetwork/ci-collator-selection-local:${{ matrix.network }}-${{ steps.branchname.outputs.value }}-${{ env.BUILD_SHA }} \
# .

- name: Push docker image version
run: docker push uniquenetwork/ci-collator-selection-local:${{ matrix.network }}-${{ steps.branchname.outputs.value }}-${{ env.BUILD_SHA }}
# - name: Push docker image version
# run: docker push uniquenetwork/ci-collator-selection-local:${{ matrix.network }}-${{ steps.branchname.outputs.value }}-${{ env.BUILD_SHA }}


- name: Prepare latest
uses: ./.github/actions/buildContainer
Expand All @@ -143,7 +144,6 @@ jobs:
dockerhub_username: ${{ secrets.CORE_DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.CORE_DOCKERHUB_TOKEN }}


- uses: actions/[email protected]
with:
node-version: 16
Expand Down

0 comments on commit 2f041ef

Please sign in to comment.