Skip to content

Commit

Permalink
Update devnet.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbpage authored Aug 6, 2024
1 parent 8a73c9b commit d1fa000
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
ssh-keyscan -H ${{ secrets.REMOTE_NIX_BUILDER_HOST_AMD64 }} >> ~/.ssh/known_hosts
ssh-keyscan -H ${{ secrets.REMOTE_NIX_BUILDER_HOST_ARM64 }} >> ~/.ssh/known_hosts
- name: Display SSH config
run: cat ~/.ssh/config
- name: Start SSH agent and add key
run: |
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKERHUB_PAT }}" | docker login -u "${{ secrets.DOCKERHUB_USER }}" --password-stdin

Expand Down

0 comments on commit d1fa000

Please sign in to comment.