Skip to content

Commit

Permalink
Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBellew committed May 29, 2024
1 parent e0ee6df commit 683b7c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.ref }}-${{ hashFiles('Dockerfile') }}
key: ${{ runner.os }}-buildx
restore-keys: |
${{ runner.os }}-buildx-${{ github.ref }}-
${{ runner.os }}-buildx-
${{ runner.os }}-buildx
- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 683b7c8

Please sign in to comment.