Skip to content

Commit

Permalink
fix: copy agent.temlate.yml in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Jul 13, 2024
1 parent bee0896 commit c37f5c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
with:
node-version: 20.12.2


- name: Install agent
run: |
cp packages/cli/default/agent.template.yml ./agent.template.yml
- name: docker meta details
id: meta
uses: docker/metadata-action@v5
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY package.json .
COPY pnpm-lock.yaml .
COPY pnpm-workspace.yaml .
COPY lerna.json .
COPY agent.template.yml .
COPY packages/cli/default/agent.template.yml .
COPY entrypoint.sh .

COPY packages/tsconfig.json packages/
Expand Down

0 comments on commit c37f5c9

Please sign in to comment.