From 9cc22cc863fdd561e801ecb288e0894b9950dcc7 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 9 Dec 2024 17:30:40 -0500 Subject: [PATCH] ci(examples): pull docker images --- .github/workflows/examples.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 4d8249ac7..b6ee047fe 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -22,6 +22,10 @@ jobs: large-packages: false tool-cache: true + - name: Pull latest Docker images + run: | + ./src/docker/pull.sh --no-debug + - uses: actions/setup-node@v4 with: node-version: '20' @@ -261,6 +265,10 @@ jobs: large-packages: false tool-cache: true + - name: Pull latest Docker images + run: | + ./src/docker/pull.sh --no-debug + - name: Install uses: pnpm/action-setup@v4 with: @@ -301,6 +309,10 @@ jobs: large-packages: false tool-cache: true + - name: Pull latest Docker images + run: | + ./src/docker/pull.sh --no-debug + - uses: actions/setup-node@v4 with: node-version: '18' @@ -330,6 +342,10 @@ jobs: large-packages: false tool-cache: true + - name: Pull latest Docker images + run: | + ./src/docker/pull.sh --no-debug + - uses: actions/setup-node@v4 with: node-version: '20'