Skip to content

Commit

Permalink
fix: ci agent working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
robot9706 committed Oct 11, 2023
1 parent f5fc51d commit 2e20c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
SERVICE_IMAGE_NAME: dyrector-io/darklens
AGENT_IMAGE_NAME: dyrector-io/darklens/agent
SERVICE_WORKING_DIRECTORY: web
AGENT_WORKING_DIRECTORY: agent
AGENT_WORKING_DIRECTORY: .
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 2e20c8b

Please sign in to comment.