Skip to content

Commit 501667f

Browse files
committed
Add test workflows for image publishing
Signed-off-by: Sonu Preetam <sonupreetam@yahoo.co.in>
1 parent b4ebd0e commit 501667f

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/promote-to-quay-local.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
# Promote to Quay Workflow
2+
# Test Promote to Quay Workflow
33
# Copies signed images from GHCR to Quay.io on release tags
44
# Images must be built on main BEFORE creating release tag
55

6+
67
name: Test Promote to Quay
78

89
on:

.github/workflows/publish-images-local.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
# Best-practices pipeline: security transparency (SBOM, attestations)
3-
# with operational excellence (pre-push validation)
4-
# NOTE: Scorecard flags 'write' permissions but these are REQUIRED for image publishing
5-
# See: https://docs.github.com/en/actions/sharing-automations/reusing-workflows
2+
# Test Publish Images Workflow
3+
64
name: Test Publish Images
75

86
on:

0 commit comments

Comments
 (0)