Skip to content

Commit

Permalink
removing docker hub from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0delta committed Jun 24, 2024
1 parent 8046964 commit 492ee4c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Build, lint, test
run-name: Test JS SDK (started by @${{ github.triggering_actor }})
run-name: Test JS CLI (started by @${{ github.triggering_actor }})

on:
pull_request:
Expand All @@ -26,11 +26,6 @@ jobs:
run: yarn run test:types
- name: Build
run: yarn run build
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_CI_TOKEN }}
- name: Add TSS server host mappings
run: |
echo "127.0.0.1 alice-tss-server bob-tss-server" | sudo tee -a /etc/hosts
Expand Down

0 comments on commit 492ee4c

Please sign in to comment.