File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 2020 - name : Checkout code
21212222
23- # Step 2: Debug: Verify api_stats.sh and repository content
2423 - name : List repository files
2524 run : ls -R .; pwd
2625 - name : Set up Docker Buildx
4342 ghcr.io/nginx/nginx-utils:${{ env.RELEASE_VERSION }}
4443 ghcr.io/nginx/nginx-utils:latest
4544
46-
47- # Step 5: Install Trivy for Vulnerability Scanning
4845 - name : Install Trivy and scan image for vulnerabilities
4946 uses :
aquasecurity/[email protected] 5047
5855 with :
5956 name : vuln-report
6057 path : vuln-report.json
58+
59+ - name : Update Release Notes with Docker Image Info
60+ 61+ with :
62+ tag_name : ${{ github.event.release.tag_name }}
63+ body : |
64+ ## Docker Image
65+ The Docker image for this release can be pulled using:
66+
67+ ```
68+ docker pull ghcr.io/${{ github.repository_owner }}/nginx-utils:${{ github.event.release.tag_name }}
69+ ```
70+
71+ Or use the `latest` tag:
72+
73+ ```
74+ docker pull ghcr.io/${{ github.repository_owner }}/nginx-utils:latest
75+ ```
You can’t perform that action at this time.
0 commit comments