Skip to content

Commit 4c99ed9

Browse files
committed
Update build.yaml
1 parent 0719637 commit 4c99ed9

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,12 @@ jobs:
6060

6161
- name: Setup Docker Context
6262
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
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+
docker context create dev2 --docker "host=ssh://[email protected]"
68+
docker context use dev2
69+
docker ps
7170
7271

0 commit comments

Comments
 (0)