Skip to content

Commit

Permalink
Fix build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
abogoyavlensky committed May 24, 2024
1 parent a91ae83 commit 5f947e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Expose GitHub Runtime for cache
uses: crazy-max/ghaction-github-runtime@v3

Expand Down

0 comments on commit 5f947e0

Please sign in to comment.