Skip to content

Commit

Permalink
Try using buildx docker bake for more parallelism and caching of images
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed May 6, 2024
1 parent 1f07437 commit 10901c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,10 @@ jobs:
# Pull, build, and cache all dependencies in the docker-compose file for testing.
# This should automatically use the github actions cache
- name: Build and push
- name: Bake docker compose dependencies
uses: docker/bake-action@7a5dfed3550ca014665af2a27af8fc9d7284b9b3 # v4.5.0
with:
files: ./docker/docker-compose.yml
# Build context:
source: ./docker
workdir: ./docker

- name: Run transcript tests
# If it takes longer than this, it's probably stalled out.
Expand Down

0 comments on commit 10901c7

Please sign in to comment.