diff options
author | Mike Delago <32778141+michaeldelago@users.noreply.github.com> | 2023-10-20 19:39:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 20:39:34 -0300 |
commit | ac30d8f6fc8efb8d4c1b773eb37a350373148a7f (patch) | |
tree | dcb2c0b198627ca15a22896a8d794ee6228bce6b /.github | |
parent | 2c28cc0eb7de65329d1167f631f0abf92e071cc3 (diff) |
fix(CI): Ensure targeted stage for docker is specified in CI (#17545)
Diffstat (limited to '.github')
-rw-r--r-- | .github/actions/docker-tag-and-build/action.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/actions/docker-tag-and-build/action.yml b/.github/actions/docker-tag-and-build/action.yml index 6a37cb53a1..af988bed68 100644 --- a/.github/actions/docker-tag-and-build/action.yml +++ b/.github/actions/docker-tag-and-build/action.yml @@ -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 |