Skip to content

Commit

Permalink
Add cache configuration to build and next
Browse files Browse the repository at this point in the history
workflows
  • Loading branch information
n4ze3m committed Nov 19, 2023
1 parent 15a3e59 commit 6113e2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
n4z3m/dialoqbase:latest
n4z3m/dialoqbase:${{ github.ref_name}}
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
cache-from: type=registry,ref=n4z3m/dialoqbase:latest
cache-to: type=inline
4 changes: 3 additions & 1 deletion .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
tags: |
n4z3m/dialoqbase-next:latest
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
cache-from: type=registry,ref=n4z3m/dialoqbase-next:latest
cache-to: type=inline

0 comments on commit 6113e2a

Please sign in to comment.