Skip to content

Commit

Permalink
Pull images in separate workflow step
Browse files Browse the repository at this point in the history
Otherwise, the time got attributed to creating the db
  • Loading branch information
Earlopain committed Feb 3, 2025
1 parent 230cfcb commit b608520
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
build-args: |
BASE_IMAGE=${{ env.BLEEDING_EDGE == 'true' && 'ghcr.io/docker-ruby-nightly/ruby:alpine3.21-nightly' || ''}}
- name: Pull
run: docker compose pull --ignore-buildable

- name: Set env file
run: |
cat <<EOT >> .env
Expand Down

0 comments on commit b608520

Please sign in to comment.