Skip to content

Commit

Permalink
added cache-from arg
Browse files Browse the repository at this point in the history
  • Loading branch information
HansDahle committed Nov 5, 2024
1 parent 29ac949 commit 9911eac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/api-pr-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ stages:
buildContext: ./src/backend
dockerfile: ./src/backend/api/Fusion.Resources.Api/Dockerfile
tags: $(prNumber)
arguments: |
--cache-from=type=registry,ref=crfsharedhostingall.azurecr.io/$(imageRepo):$(prNumber)
# - template: templates/docker-buildx.yml@infra
# parameters:
Expand Down

0 comments on commit 9911eac

Please sign in to comment.