Skip to content

Commit

Permalink
fix args usage
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed Dec 17, 2023
1 parent acf765d commit 8916611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/look-new-pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
const optionsExec = {
cwd: `./searxng-${prNumber}`
}
await exec.exec('docker', ["buildx", "build", "--platform linux/amd64,linux/arm64", "--push", "--build-arg", "quay_expiration=300d", "-t", `quay.io/searxng/searxng-test-pr:${prHeadHash}`, "-f", "Dockerfile", "."], optionsExec);
await exec.exec('docker', ["buildx", "build", "--platform", "linux/amd64,linux/arm64", "--push", "--build-arg", "quay_expiration=300d", "-t", `quay.io/searxng/searxng-test-pr:${prHeadHash}`, "-f", "Dockerfile", "."], optionsExec);
const optionsInstallRelease = {
reuseValues: false,
resetValues: true,
Expand Down

0 comments on commit 8916611

Please sign in to comment.