Skip to content

Commit

Permalink
Merge pull request #159 from dappforce/deploy/infra-improve-build-speed
Browse files Browse the repository at this point in the history
chore: Tunning the cache configs.
  • Loading branch information
iv1310 authored Apr 3, 2024
2 parents 37c735f + b4e3b55 commit 9042514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/common-ci-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-single-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-single-buildx
${{ runner.os }}-single-buildx-
- name: Prepare
id: prep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
${{ env.image }}
docker.io/dappforce/subid-frontend:main-latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

- name: Build front image
if: matrix.apps == 'deploy'
Expand Down

0 comments on commit 9042514

Please sign in to comment.