Skip to content

Commit

Permalink
fix: docker buildx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSDerek authored Oct 21, 2023
1 parent 8b714a4 commit c3c041f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
MOVIEPILOT_VERSION=${{ env.app_version }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}
cache-from: type=gha, scope=${{ github.workflow }}-docker
cache-to: type=gha, scope=${{ github.workflow }}-docker

Windows-build:
runs-on: windows-latest
Expand Down

0 comments on commit c3c041f

Please sign in to comment.