Skip to content

Commit 5dc788e

Browse files
nanotaboadaclaude
andcommitted
chore(ci): update attest-build-provenance to v4.1.0
- Drop Quick Start section from release body (belongs in README) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b90e8b6 commit 5dc788e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/maven-cd.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)