Skip to content

Commit

Permalink
fix: disable image caching for arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
laktek committed Feb 17, 2023
1 parent 35d2a76 commit dfdefbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ jobs:
push: true
platforms: linux/${{ env.arch }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: true

merge_manifest:
needs: [release, publish_x86, publish_arm]
Expand Down

0 comments on commit dfdefbf

Please sign in to comment.