From ea9da4351c63853276552f732ff74d42fc6d773b Mon Sep 17 00:00:00 2001 From: Saugat Acharya Date: Fri, 9 Feb 2024 22:09:52 +0545 Subject: [PATCH] Load image before using it for test --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad9a177..f8ce105 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . + load: true target: test platforms: ${{ matrix.platform }} labels: ${{ steps.meta.outputs.labels }}