Skip to content

Commit 1186b12

Browse files
committed
Add env
1 parent b312f3c commit 1186b12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
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 }}"

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
DOCKER_BUILDKIT: 1
1717
KAMAL_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
1818
KAMAL_REGISTRY_USERNAME: ${{ github.actor }}
19+
SERVICESTACK_LICENSE: ${{ secrets.SERVICESTACK_LICENSE }}
1920

2021
jobs:
2122
release:

0 commit comments

Comments
 (0)