refactor(ci): split release pipeline, add packaging and scanning #45

Merged
lerko merged 3 commits from refactor/split-release-workflows into main 2026-06-02 13:24:38 +00:00
Showing only changes of commit 3a169b2bcd - Show all commits
+5
View File
@@ -60,6 +60,11 @@ jobs:
COMMIT=${{ github.sha }}
BUILD_DATE=${{ github.event.head_commit.timestamp }}
- name: Scan image for CVEs
run: |
curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin
grype lerkolabs/uptop:${{ steps.meta.outputs.tag }} --fail-on critical --output table
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v4
with: