Skip to content

Commit

Permalink
fix: Update docker builds for amd64 images - disable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Dec 17, 2024
1 parent 861ebb1 commit b73cf55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
provenance: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
# cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

# - name: Move cache
# run: |
Expand Down

0 comments on commit b73cf55

Please sign in to comment.