Skip to content

Commit

Permalink
Enable buildkit and net access
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Mar 19, 2024
1 parent df162f3 commit 2623b00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/pipelines/publish-docker-image-isolated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ stages:
inputs:
image: ${{ parameters.ContainerRegistry }}.azurecr.io/${{ config.dockerRepo }}:${{ parameters.ImageTag }}
path: ${{ config.configPath }}
enableNetwork: true
useBuildKit: true

- ${{ if and(parameters.ManifestDeployment, parameters.Publish) }}:
- ${{ each deployment in parameters.ManifestDeployment }}:
Expand Down

0 comments on commit 2623b00

Please sign in to comment.