Skip to content

Commit

Permalink
Create cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gemenerik committed Sep 30, 2024
1 parent f602e38 commit 56f3ea0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Create cache directory
run: mkdir -p /tmp/.buildx-cache

- name: Cache Docker layers
id: cache-docker-layers
uses: actions/cache@v2
Expand Down

0 comments on commit 56f3ea0

Please sign in to comment.