We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54127f commit edbb59fCopy full SHA for edbb59f
1 file changed
.github/workflows/build.yml
@@ -93,7 +93,7 @@ jobs:
93
push: ${{ env.PUSH_PACKAGES == 'true' }}
94
builder: ${{ steps.buildx.outputs.name }}
95
context: .
96
- file: ./Dockerfile
+ file: ./docker/Dockerfile.runner
97
platforms: linux/${{ matrix.type}}
98
build-args: |
99
LAMBDA_IMAGE=${{ matrix.image }}
0 commit comments