Skip to content

Commit 8d4de4e

Browse files
committed
fix Docker '--no-cache'
1 parent f24eec5 commit 8d4de4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-system/windows-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
inputs:
7878
command: login
7979
containerRegistry: $(dockerConnectionName)
80-
- script: docker build -no-cache -f Dockerfile-linux -t petabridge/lighthouse:latest -t petabridge/lighthouse:linux-latest -t petabridge/lighthouse:$(Build.SourceBranchName) -t petabridge/lighthouse:$(Build.SourceBranchName)-linux .
80+
- script: docker build --no-cache -f Dockerfile-linux -t petabridge/lighthouse:latest -t petabridge/lighthouse:linux-latest -t petabridge/lighthouse:$(Build.SourceBranchName) -t petabridge/lighthouse:$(Build.SourceBranchName)-linux .
8181
displayName: Docker Build (AMD64)
8282
workingDirectory: $(Agent.BuildDirectory)
8383
- script: docker buildx build --platform linux/arm64 -f Dockerfile-arm64 --no-cache -t petabridge/lighthouse:arm64-latest -t petabridge/lighthouse:$(Build.SourceBranchName)-arm64 .

0 commit comments

Comments
 (0)