Skip to content

Commit

Permalink
fix layer caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 14, 2024
1 parent d44255e commit e16a30e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache-
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ env.COMPONENT }}
restore-keys: |
${{ runner.os }}-buildx-
Expand All @@ -62,7 +62,7 @@ jobs:
with:
context: ./${{ env.COMPONENT }}
push: true
cache-from: type=local,src=/tmp/.buildx-cache-
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
platforms: linux/amd64, linux/arm64
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hamframe-${{ env.COMPONENT}}:latest
Expand Down

0 comments on commit e16a30e

Please sign in to comment.