Skip to content

Commit

Permalink
chore: try pre-pulling docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 1, 2024
1 parent 40fe815 commit a9c297a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
if: matrix.docker-arch
- name: Pre-fetch image
if: matrix.docker-arch
run: docker pull ${{ matrix.docker-image }}
- name: rebuild (in docker)
uses: addnab/docker-run-action@v3
if: matrix.docker-arch
Expand Down

0 comments on commit a9c297a

Please sign in to comment.