From f879b41339fd3a8ebc374503e76c88b230e2d529 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 2 Jan 2024 10:44:49 -0500 Subject: [PATCH] pr(ci): print docker images on build completion --- .github/workflows/pr-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index e82cfc4b5..896c621ca 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -143,6 +143,7 @@ jobs: -Dquarkus.container-image.tag=pr-${{ env.PR_num }}-${{ env.head_sha }} \ clean package podman images + docker images - name: Push PR test image to ghcr.io id: push-to-ghcr uses: redhat-actions/push-to-registry@v2