Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
funbiscuit committed Jul 4, 2023
1 parent 3ab2882 commit 32a9dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: docker image inspect funbiscuit/idea-formatter:latest

- name: Build docker image
run: docker build . -t funbiscuit/idea-formatter:latest
run: docker build . -t funbiscuit/idea-formatter:latest --cache-from funbiscuit/idea-formatter:latest

- run: docker image inspect funbiscuit/idea-formatter:latest

Expand Down

0 comments on commit 32a9dc2

Please sign in to comment.