File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ permissions:
1313
1414env :
1515 BASE_IMAGE : mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-jammy-chiseled-aot
16+ BASE_IMAGE_SINGLE : mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-jammy-chiseled
1617 DOCKER_TAG : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && 'latest;edge' || 'edge' }}
1718
1819jobs :
8687 /t:PublishContainer \
8788 -p DebugType=none \
8889 -p ContainerUser=1001:1001 \
89- -p ContainerBaseImage=${{ env.BASE_IMAGE }} \
90+ -p ContainerBaseImage=${{ env.BASE_IMAGE_SINGLE }} \
9091 -p ContainerRegistry=ghcr.io \
9192 -p ContainerImageTags='"${{ env.DOCKER_TAG }};${{ steps.bootstrap.outputs.full-version }}"' \
9293 -p ContainerRepository=elastic/docs-generator \
You can’t perform that action at this time.
0 commit comments