Skip to content

Commit

Permalink
remove unused cache from remote image
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Dec 7, 2023
1 parent fb2b210 commit 8a8f532
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
${{ matrix.version.latest && format('{0}:latest', env.IMAGE_NAME) || '' }}
cache-from: |
type=local,src=/tmp/.buildx-cache
${{ env.IMAGE_NAME }}:latest-python${{ matrix.version.python }}
cache-to: type=local,dest=/tmp/.buildx-cache-new

# Temp fix
Expand Down

0 comments on commit 8a8f532

Please sign in to comment.