Skip to content

Commit 0e5f148

Browse files
committed
chore: add support image for eas builds
1 parent 5c5d66b commit 0e5f148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-support-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
6060
with:
6161
context: .
62-
file: "{context}/Dockerfile.builder"
62+
file: "Dockerfile.builder"
6363
push: ${{ github.event_name != 'pull_request' }}
6464
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6565
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)