From 2e85551633baceb4bac481cf23d31c0bb2fe605b Mon Sep 17 00:00:00 2001 From: Dan Snow Date: Fri, 25 Oct 2024 13:52:04 -0400 Subject: [PATCH] Load Docker image after build --- .github/workflows/calculate-times.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/calculate-times.yaml b/.github/workflows/calculate-times.yaml index b1caf55..7e25395 100644 --- a/.github/workflows/calculate-times.yaml +++ b/.github/workflows/calculate-times.yaml @@ -143,6 +143,11 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Load Docker image + run: | + docker load --input /tmp/opentimes.tar + docker image ls -a + - name: Fetch locations data uses: ./.github/actions/fetch-locations