Skip to content

Commit d4915da

Browse files
committed
Update build.yaml
1 parent ad8981e commit d4915da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
chmod 600 ~/.ssh/github_actions
8888
ssh-add ~/.ssh/github_actions
8989
90-
docker context create dev --docker "host=ssh://root@${{ vars.AZURE_DOCKER_HOST_IP }}"
90+
docker context create dev --docker "host=ssh://github-actions@${{ vars.AZURE_DOCKER_HOST_IP }}"
9191
docker context use dev
9292
docker compose -f docker-compose.deploy.yml --env-file tdei_uw.env up -d --pull always --force-recreate --remove-orphans
9393

0 commit comments

Comments
 (0)