From 1a7d88fe4afc343d97204c0d34a0191beb10ee11 Mon Sep 17 00:00:00 2001 From: Jan Stourac Date: Wed, 7 Aug 2024 18:32:49 +0200 Subject: [PATCH] [GHA] Print also images digests after the image build in GitHub repo --- .github/workflows/build-notebooks-TEMPLATE.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-notebooks-TEMPLATE.yaml b/.github/workflows/build-notebooks-TEMPLATE.yaml index 0c55b81c0..9443f8782 100644 --- a/.github/workflows/build-notebooks-TEMPLATE.yaml +++ b/.github/workflows/build-notebooks-TEMPLATE.yaml @@ -139,7 +139,7 @@ jobs: PUSH_IMAGES: "no" - name: "Show podman images information" - run: podman images + run: podman images --digests - name: "pull_request|schedule: resolve target if Trivy scan should run" id: resolve-target