Skip to content

Commit

Permalink
feat: Set up build caching
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes committed Jan 3, 2025
1 parent 9620c8d commit e33e584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:
docker buildx build \
--platform linux/amd64,linux/arm64 \
--tag ghcr.io/$IMAGE_NAME:$BRANCH \
--cache-from type=gha \
--cache-to type=gha,mode=max \
--output "type=registry" ./
2 changes: 2 additions & 0 deletions .github/workflows/docker-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
docker buildx build \
--platform linux/amd64,linux/arm64 \
--tag ghcr.io/$IMAGE_NAME:$TAG \
--cache-from type=gha \
--cache-to type=gha,mode=max \
--output "type=registry" ./

0 comments on commit e33e584

Please sign in to comment.