File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 ghcr.io/${{ github.repository }}:${{ steps.tag.outputs.club }}
106106
107107 - name : Attest build provenance
108- uses : actions/attest-build-provenance@v2
108+ uses : actions/attest-build-provenance@v4.1.0
109109 with :
110110 subject-name : ghcr.io/${{ github.repository }}
111111 subject-digest : ${{ steps.push.outputs.digest }}
@@ -158,13 +158,6 @@ jobs:
158158 docker pull ghcr.io/${{ github.repository }}:latest
159159 ```
160160
161- ## Quick Start
162-
163- ```bash
164- docker run -p 9000:9000 ghcr.io/${{ github.repository }}:${{ steps.tag.outputs.semver }}
165- ```
166-
167- API available at `http://localhost:9000` · Swagger UI at `http://localhost:9000/swagger/index.html`
168161 draft : false
169162 prerelease : false
170163 generate_release_notes : true
You can’t perform that action at this time.
0 commit comments