There was an error while loading. Please reload this page.
1 parent 70f976d commit 86d2890Copy full SHA for 86d2890
1 file changed
.github/workflows/ci.yml
@@ -111,7 +111,7 @@ jobs:
111
-f docker/pulumi/Dockerfile \
112
--platform linux/${{ matrix.arch }} \
113
-t ${{ env.DOCKER_ORG }}/pulumi:${{ env.PULUMI_VERSION }}${{ matrix.variant }}-${{ matrix.arch }} \
114
- --target base \
+ --target $(if [ "${{ matrix.variant }}" = "-nonroot" ]; then echo "nonroot"; else echo base"; fi) \
115
--build-arg PULUMI_VERSION=${{ env.PULUMI_VERSION }} \
116
--load \
117
docker/pulumi
0 commit comments