ci(build): target .NET 10 Alpine with low-memory tuning
Some checks failed
Caddy Manager CI build / docker (push) Failing after 32s
Some checks failed
Caddy Manager CI build / docker (push) Failing after 32s
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-dotnet@v3
|
||||
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'
|
||||
@@ -42,6 +42,6 @@ jobs:
|
||||
- name: Publish container
|
||||
run: |
|
||||
dotnet publish \
|
||||
--configuration Release --os linux --arch x64 \
|
||||
--configuration Release --os linux-musl --arch x64 \
|
||||
/t:PublishContainer -p ContainerRegistry=ghcr.io \
|
||||
-p ContainerRepository=${{ github.repository }} -p:ContainerImageTags='"${{ steps.metadata.outputs.APP_VERSION }};latest"'
|
||||
Reference in New Issue
Block a user