We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f7185 commit 0e75874Copy full SHA for 0e75874
.github/workflows/build-test.yml
@@ -67,4 +67,4 @@ jobs:
67
if: ${{ startsWith(matrix.dockerfile, 'client') }}
68
run: |
69
cd "$(dirname ${{ matrix.dockerfile }})"
70
- docker buildx build --platform linux/amd64 . --file dockerfile
+ docker build . --file Dockerfile
0 commit comments