Skip to content

Commit 3a9d95f

Browse files
committed
feat: set build target to app
1 parent f9543ab commit 3a9d95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
with:
6060
file: ./docker/php/build.Dockerfile
6161
context: .
62+
target: app
6263
push: ${{ github.event_name != 'pull_request' }}
6364
tags: ${{ steps.meta.outputs.tags }}
6465
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)