fix(CI): Ensure targeted stage for docker is specified in CI (#17545)
This commit is contained in:
parent
2c28cc0eb7
commit
ac30d8f6fc
2 changed files with 5 additions and 4 deletions
|
|
@ -32,6 +32,7 @@ runs:
|
|||
file: apps/docker/Dockerfile
|
||||
push: ${{ inputs.push }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
target: ${{ inputs.component-name }}
|
||||
build-args: |
|
||||
USER_ID=1000
|
||||
GROUP_ID=1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue