Skip to content

Commit f31f147

Browse files
committed
Updated ci.yml to use an action for building docker images with cache
1 parent b77053c commit f31f147

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- name: Build docker images using cache
16+
uses: whoan/docker-build-with-cache-action@v5.0.1
17+
with:
18+
image_name: yellow
1619
- name: Check Formatting
1720
run: cargo fmt -- --check
18-
- name: Build the Docker image
19-
run: make setup
2021
- name: Run tests
2122
run: make test

0 commit comments

Comments
 (0)