File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 9393 SERVICESTACK_LICENSE : ${{ secrets.SERVICESTACK_LICENSE }}
9494 KAMAL_DEPLOY_HOST : ${{ secrets.KAMAL_DEPLOY_HOST }}
9595 run : |
96- 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 }}"
96+ 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=${{ env .SERVICESTACK_LICENSE }}"
Original file line number Diff line number Diff line change 1616 DOCKER_BUILDKIT : 1
1717 KAMAL_REGISTRY_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
1818 KAMAL_REGISTRY_USERNAME : ${{ github.actor }}
19+ SERVICESTACK_LICENSE : ${{ secrets.SERVICESTACK_LICENSE }}
1920
2021jobs :
2122 release :
You can’t perform that action at this time.
0 commit comments