We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3f49a commit e723618Copy full SHA for e723618
.github/workflows/build-container.yml
@@ -88,5 +88,7 @@ jobs:
88
dotnet-version: 8.0.x
89
90
- name: Build and push Docker image
91
+ env:
92
+ SERVICESTACK_LICENSE: ${{ secrets.SERVICESTACK_LICENSE }}
93
run: |
- dotnet publish --os linux --arch x64 -c Release -p:ContainerRepository=${{ env.image_repository_name }} -p:ContainerRegistry=ghcr.io -p:ContainerImageTags=latest -p:ContainerPort=80
94
+ dotnet publish --os linux --arch x64 -c Release -p:ContainerRepository=${{ env.image_repository_name }} -p:ContainerRegistry=ghcr.io -p:ContainerImageTags=latest -p:ContainerPort=80 -p:ContainerEnvironmentVariable="SERVICESTACK_LICENSE=${{ secrets.SERVICESTACK_LICENSE }}"
0 commit comments