Skip to content

Commit

Permalink
Merge branch 'dev/robgruen/android_sans_MSAL' of https://github.com/m…
Browse files Browse the repository at this point in the history
…icrosoft/TypeAgent into dev/robgruen/android_sans_MSAL
  • Loading branch information
robgruen committed Nov 20, 2024
2 parents 72ad8be + 9de4137 commit 1063ccb
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/dev-robgruen-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
isAbsolutePath: true
file: .env
content: ${{ secrets.DOCKER_DOT_ENV }}

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

- uses: dorny/paths-filter@v3
id: filter
Expand Down Expand Up @@ -76,24 +71,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# - name: Build Docker image(s)
# # You may pin to the exact commit or the version.
# # uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
# uses: docker/[email protected]
# with:
# context: .
# file: ts/Dockerfile
# push: false
# tags: typeagent:latest

#- run: az login
#- run: az acr login --name typeageintcontainerregistry
#- run: az account show
#- 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 -al
- 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 1063ccb

Please sign in to comment.