File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 6969 username : ${{ github.actor }}
7070 password : ${{ secrets.GITHUB_TOKEN }}
7171
72- - name : Publish app
72+ - name : Publish docs-builder
7373 run : |
7474 dotnet publish "src/docs-builder/docs-builder.csproj" \
7575 /t:PublishContainer \
7979 -p ContainerRegistry=ghcr.io \
8080 -p ContainerImageTags='"${{ env.DOCKER_TAG }};${{ steps.bootstrap.outputs.full-version }}"' \
8181 -p ContainerRepository=${{ github.repository }} \
82+
83+ - name : Publish docs-generator
84+ run : |
85+ dotnet publish "src/docs-generator/docs-generator.csproj" \
86+ /t:PublishContainer \
87+ -p DebugType=none \
88+ -p ContainerUser=1001:1001 \
89+ -p ContainerBaseImage=${{ env.BASE_IMAGE }} \
90+ -p ContainerRegistry=ghcr.io \
91+ -p ContainerImageTags='"${{ env.DOCKER_TAG }};${{ steps.bootstrap.outputs.full-version }}"' \
92+ -p ContainerRepository=${{ github.repository }} \
You can’t perform that action at this time.
0 commit comments