Skip to content

Commit

Permalink
Use new way of building front-end docker (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaibacu committed Mar 1, 2021
1 parent d1429d2 commit b47451c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ jobs:
inputs:
command: build
repository: acctext/frontend
dockerfile: front-end/Dockerfile.builder
dockerfile: front-end/Dockerfile
containerRegistry: dockerhub
buildContext: .
tags: |
latest
$(Build.SourceVersion)
arguments: --build-arg BUILDKIT_INLINE_CACHE=1 --build-arg ACC_TEXT_API_URL="http://localhost:3001" --build-arg ACC_TEXT_GRAPHQL_URL="http://localhost:3001/_graphql" --build-arg ACC_TEXT_DATA_FILES_BUCKET="http://localhost:3001/accelerated-text-data-files"
arguments: --build-arg BUILDKIT_INLINE_CACHE=1

- task: Docker@2
displayName: Push front-end image
Expand Down

0 comments on commit b47451c

Please sign in to comment.