We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfd62e commit 15b4c00Copy full SHA for 15b4c00
1 file changed
.github/workflows/build-container.yml
@@ -17,6 +17,7 @@ env:
17
DOCKER_BUILDKIT: 1
18
KAMAL_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
19
KAMAL_REGISTRY_USERNAME: ${{ github.actor }}
20
+ KAMAL_DEPLOY_HOST: ${{ secrets.KAMAL_DEPLOY_HOST }}
21
22
jobs:
23
build-container:
@@ -90,5 +91,6 @@ jobs:
90
91
- name: Build and push Docker image
92
env:
93
SERVICESTACK_LICENSE: ${{ secrets.SERVICESTACK_LICENSE }}
94
95
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 }}"
0 commit comments