From 5320b41647316b4e36273609a0049f3b1d51ac38 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 2 Jan 2024 11:00:30 -0500 Subject: [PATCH] ci(pr): pull built image from docker into podman (#1198) --- .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 896c621ca..3d99b72bf 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -144,6 +144,7 @@ jobs: clean package podman images docker images + podman pull docker-daemon:ghcr.io/${{ github.repository_owner }}/cryostat-web:pr-${{ env.PR_num }}-${{ env.head_sha }} - name: Push PR test image to ghcr.io id: push-to-ghcr uses: redhat-actions/push-to-registry@v2