feat: upgrade application to .NET 10
All checks were successful
Caddy Manager CI build / docker (push) Successful in 6m37s
All checks were successful
Caddy Manager CI build / docker (push) Successful in 6m37s
Preserve configuration defaults with the .NET 10 binder and update dependencies, Docker builds, CI, and test tooling.
This commit is contained in:
@@ -22,15 +22,15 @@ jobs:
|
||||
config-inline: |
|
||||
[registry."${{ vars.DOCKER_GITEA_DOMAIN }}"]
|
||||
http = true
|
||||
insecure = true
|
||||
insecure = true
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-dotnet@v3
|
||||
- uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '9' # SDK Version to use.
|
||||
dotnet-version: '10' # SDK Version to use.
|
||||
dotnet-quality: 'ga'
|
||||
cache: true
|
||||
cache-dependency-path: '**/packages.lock.json'
|
||||
- name: Restore dependencies
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore --locked-mode
|
||||
- name: Application metadata
|
||||
id: metadata
|
||||
@@ -50,10 +50,3 @@ jobs:
|
||||
--configuration Release --os linux --arch x64 \
|
||||
/t:PublishContainer -p ContainerRegistry=${{ vars.DOCKER_GITEA_DOMAIN }} \
|
||||
-p ContainerRepository=ebolo/caddy-manager -p:ContainerImageTags='"${{ steps.metadata.outputs.APP_VERSION }};latest"'
|
||||
- name: Deploy to Komodo
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
if: success()
|
||||
with:
|
||||
url: '${{ vars.WINDMILL_DOMAIN }}/komodo/pull-stack/${{ secrets.KOMODO_STACK_ID }}'
|
||||
method: 'PUT'
|
||||
customHeaders: '{"Auth-Key": "${{ secrets.WINDMILL_KEY }}"}'
|
||||
Reference in New Issue
Block a user