Skip to content

Commit

Permalink
fix: SSH into docker action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Aug 12, 2024
1 parent 5b37117 commit d5d1c0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
submodules: recursive
ssh-key: ${{ secrets.SSH_KEY }}

- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down

0 comments on commit d5d1c0f

Please sign in to comment.