Skip to content

Commit 92eca00

Browse files
committed
download docker image for test-report CLI command
1 parent ecaafd1 commit 92eca00

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/NightlyBMDB_CLI.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,18 @@ jobs:
287287
needs: bmdb
288288

289289
steps:
290+
- name: Create Docker Image Dir
291+
run: mkdir /tmp/docker
292+
293+
- name: Download Docker Image from `build` Job
294+
uses: actions/download-artifact@v3
295+
with:
296+
name: docker-image
297+
path: /tmp/docker
298+
299+
- name: Load Downloaded Docker Image
300+
run: docker load --input /tmp/docker/$(ls /tmp/docker)
301+
290302
- name: Gather Artifacts
291303
uses: actions/download-artifact@v3
292304
with:

0 commit comments

Comments
 (0)