Skip to content

Commit

Permalink
Better caching
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Nov 10, 2024
1 parent 7ef17b4 commit 032fb34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ env:
jobs:
build-and-push-image:
strategy:
# Single job at a time to make use of the github cache to only build the rust project once and then build images
max-parallel: 1
matrix:
image: [ "mapdiffbot2", "icondiffbot2" ]

Expand Down

0 comments on commit 032fb34

Please sign in to comment.