Skip to content

Commit

Permalink
Revert caching temporarily
Browse files Browse the repository at this point in the history
Caching is currently causing the build to fail
See docker/buildx#681
  • Loading branch information
agates committed Sep 20, 2021
1 parent 62851bb commit d58cc87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,4 @@ jobs:
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit d58cc87

Please sign in to comment.