We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9543ab commit 3a9d95fCopy full SHA for 3a9d95f
.github/workflows/build.yml
@@ -59,6 +59,7 @@ jobs:
59
with:
60
file: ./docker/php/build.Dockerfile
61
context: .
62
+ target: app
63
push: ${{ github.event_name != 'pull_request' }}
64
tags: ${{ steps.meta.outputs.tags }}
65
labels: ${{ steps.meta.outputs.labels }}
0 commit comments