We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f7392 commit f7d4803Copy full SHA for f7d4803
2 files changed
.github/workflows/docker-release.yml
@@ -71,3 +71,11 @@ jobs:
71
cache-to: type=gha,mode=max
72
provenance: true
73
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
@@ -81,6 +81,7 @@ jobs:
run: >-
82
dotnet publish ${{ env.PROJECT_PATH }}
83
--configuration ${{ env.CONFIGURATION }}
84
+ --framework net10.0
85
--runtime ${{ matrix.runtime }}
86
--no-restore
87
--self-contained true
0 commit comments