Skip to content

Commit f7d4803

Browse files
authored
fix: specify framework for publish in release workflow (#217)
1 parent 41f7392 commit f7d4803

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/docker-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,11 @@ jobs:
7171
cache-to: type=gha,mode=max
7272
provenance: true
7373
sbom: true
74+
75+
- name: Update Docker Hub description
76+
uses: peter-evans/dockerhub-description@v4
77+
with:
78+
username: ${{ secrets.DOCKERHUB_USERNAME }}
79+
password: ${{ secrets.DOCKERHUB_TOKEN }}
80+
repository: ${{ env.IMAGE_NAME }}
81+
readme-filepath: ./DOCKER.md

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
run: >-
8282
dotnet publish ${{ env.PROJECT_PATH }}
8383
--configuration ${{ env.CONFIGURATION }}
84+
--framework net10.0
8485
--runtime ${{ matrix.runtime }}
8586
--no-restore
8687
--self-contained true

0 commit comments

Comments
 (0)