Skip to content

Commit

Permalink
Debug built Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Oct 22, 2024
1 parent 3667699 commit 19094b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
uses: ScribeMD/[email protected]
with:
key: docker-pyodide-${{ hashFiles('pyodide/Dockerfile') }}
- name: List all available Docker images
run: docker image ls
- name: Build the Pyodide Docker image
run: |
cd pyodide
docker images --format "--cache-from {{.ID}}" | xargs docker build .
run: cd pyodide && docker build .
- name: Build Pyodide and all required packages
run: |
cd pyodide
Expand Down

0 comments on commit 19094b4

Please sign in to comment.