Skip to content

Commit

Permalink
pull buildkit from mcr
Browse files Browse the repository at this point in the history
  • Loading branch information
feordin committed Nov 5, 2024
1 parent d0b98cb commit b3e1d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/jobs/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
inlineScript: |
TAG="$(azureContainerRegistry)/${{parameters.version}}_fhir-server:${{parameters.tag}}"
az acr login --name $(azureContainerRegistryName)
docker pull mcr.microsoft.com/moby/buildkit:latest
docker buildx create --name fhir-multi-platform --platform ${{parameters.buildPlatform}} --use --bootstrap
docker buildx build --tag ${TAG,,} \
--file ./build/docker/Dockerfile \
Expand Down

0 comments on commit b3e1d5b

Please sign in to comment.