From 4293530517389543b9372674c76e4d05fe97520c Mon Sep 17 00:00:00 2001 From: Watson Sato Date: Fri, 1 Mar 2024 16:46:09 +0100 Subject: [PATCH] k8s content image: Comment the commit used Output in the comment what commit was used to build the image. --- .github/workflows/k8s-content-pr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/k8s-content-pr.yaml b/.github/workflows/k8s-content-pr.yaml index 6327849c3fa..40411e7e574 100644 --- a/.github/workflows/k8s-content-pr.yaml +++ b/.github/workflows/k8s-content-pr.yaml @@ -111,6 +111,7 @@ jobs: message: | :robot: A k8s content image for this PR is available at: `ghcr.io/complianceascode/k8scontent:${{ needs.get-pr-number.outputs.pr-number }}` + This image was built from commit: ${{ github.event.workflow_run.head_sha }}
Click here to see how to deploy it