Skip to content

Commit

Permalink
rm caching
Browse files Browse the repository at this point in the history
  • Loading branch information
voigt committed Sep 29, 2023
1 parent 52804dd commit 0fd40c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
file: Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
Expand Down

0 comments on commit 0fd40c7

Please sign in to comment.