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 19, 2024
1 parent 2645fb9 commit 741f82b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/dev-robgruen-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,31 @@ jobs:
- name: Setup Git LF
run: |
git config --global core.autocrlf false
- uses: actions/checkout@v4
with:
ref: dev/robgruen/android_sans_MSAL

- uses: finnp/create-file-action@master
env:
FILE_NAME: ${{ github.workspace }}/ts/.env
FILE_DATA: ${{ secrets.DOCKER_DOT_ENV }}

- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
ts:
- "ts/**"
- ".github/workflows/build-ts.yml"
- uses: pnpm/action-setup@v4
if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
name: Install pnpm
with:
version: 9
run_install: false

- uses: actions/setup-node@v4
if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
with:
Expand Down Expand Up @@ -76,8 +85,8 @@ jobs:
#- run: az account set --subscription b64471de-f2ac-4075-a3cb-7656bca768d0
#- run: az account list
#- run: az resource list --name typeagentContainerRegistry
#- run: ls ${{ github.workspace }} -l
#- run: ls ${{ github.workspace }}/ts -l
- run: ls ${{ github.workspace }} -l
- run: ls ${{ github.workspace }}/ts -l
- run: az acr build -t typeagent:latest -r typeagentContainerRegistry --file ${{ github.workspace }}/ts/Dockerfile --subscription b64471de-f2ac-4075-a3cb-7656bca768d0 ${{ github.workspace }}/ts


0 comments on commit 741f82b

Please sign in to comment.