We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0719637 commit 4c99ed9Copy full SHA for 4c99ed9
.github/workflows/build.yaml
@@ -60,13 +60,12 @@ jobs:
60
61
- name: Setup Docker Context
62
run: |
63
- mkdir -p ~/.ssh
64
- echo "${{ secrets.GH_ACTIONS_SSH_KEY }}" > ~/.ssh/github_action
65
- chmod 600 ~/.ssh/github_actions
66
- ssh-add ~/.ssh/github_actions
67
-
68
- docker context create dev2 --docker "host=ssh://[email protected]"
69
- docker context use dev2
70
- docker ps
+ mkdir -p ~/.ssh
+ echo "${{ secrets.GH_ACTIONS_SSH_KEY }}" > ~/.ssh/github_action
+ chmod 600 ~/.ssh/github_actions
+ ssh-add ~/.ssh/github_actions
+ docker context create dev2 --docker "host=ssh://[email protected]"
+ docker context use dev2
+ docker ps
71
72
0 commit comments