fix(CI): Ensure targeted stage for docker is specified in CI (#17545)

This commit is contained in:
Mike Delago
2023-10-20 19:39:34 -04:00
committed by GitHub
parent 2c28cc0eb7
commit ac30d8f6fc
2 changed files with 5 additions and 4 deletions

View File

@@ -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