diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 61999f6a7e..7a9fa13f60 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -18,4 +18,9 @@ jobs: - name: Build with Docker continue-on-error: true run: | - cd assets && docker build . \ No newline at end of file + cd assets && docker build . + - name: Pull docker images + continue-on-error: true + run: | + docker pull sylhare/type-on-strap + docker pull sylhare/jekyll \ No newline at end of file diff --git a/.github/workflows/jekyll-build.yml b/.github/workflows/jekyll-build.yml index cf7d69ee10..685663d802 100644 --- a/.github/workflows/jekyll-build.yml +++ b/.github/workflows/jekyll-build.yml @@ -23,7 +23,7 @@ jobs: -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ ${{ matrix.docker-image }}:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future" - - name: Install packages + - name: Pull docker images continue-on-error: true run: | docker pull sylhare/type-on-strap