Skip to content

Commit

Permalink
Update dev-robgruen-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen authored Nov 18, 2024
1 parent 318f0ab commit 4d3dd40
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/dev-robgruen-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ jobs:
cache: "pnpm"
cache-dependency-path: ts/pnpm-lock.yaml

# - name: Install dependencies
# if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
# working-directory: ts
# run: |
# pnpm install --frozen-lockfile --strict-peer-dependencies
- name: Install dependencies
if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
working-directory: ts
run: |
pnpm install --frozen-lockfile --strict-peer-dependencies
# - name: Set up QEMU
# # Add support for more platforms with QEMU (optional)
Expand All @@ -132,6 +132,7 @@ jobs:
uses: docker/[email protected]
with:
context: .
file: ts/Dockerfile
push: true
tags: typeagent:latest

Expand Down

0 comments on commit 4d3dd40

Please sign in to comment.