Skip to content

Commit

Permalink
Load Docker image after build
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Oct 25, 2024
1 parent b0ff325 commit 2e85551
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/calculate-times.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e85551

Please sign in to comment.