Skip to content

Commit

Permalink
build: fix cache use (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty authored Oct 15, 2024
1 parent 3d2ab0f commit 3a98e01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker image metadata
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 3a98e01

Please sign in to comment.