Skip to content

Commit edbb59f

Browse files
committed
point to actual container location
1 parent a54127f commit edbb59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
push: ${{ env.PUSH_PACKAGES == 'true' }}
9494
builder: ${{ steps.buildx.outputs.name }}
9595
context: .
96-
file: ./Dockerfile
96+
file: ./docker/Dockerfile.runner
9797
platforms: linux/${{ matrix.type}}
9898
build-args: |
9999
LAMBDA_IMAGE=${{ matrix.image }}

0 commit comments

Comments
 (0)