Skip to content

👷 Enable Docker BuildKit caching#558

Merged
wei merged 1 commit into
masterfrom
codex/add-docker-build-caching-in-github-actions
Jun 7, 2025
Merged

👷 Enable Docker BuildKit caching#558
wei merged 1 commit into
masterfrom
codex/add-docker-build-caching-in-github-actions

Conversation

@wei

@wei wei commented Jun 7, 2025

Copy link
Copy Markdown
Owner

Summary

  • enable Docker Buildx cache via GitHub Actions
  • revert Dockerfile cache mounts
  • document the workflow improvement in a changeset

Testing

  • pnpm lint
  • pnpm test:unit (fails: fetch failed)

https://chatgpt.com/codex/tasks/task_b_684487ed13888323959b7285586b85b0

@changeset-bot

changeset-bot Bot commented Jun 7, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: c39c903

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
socialify Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@netlify

netlify Bot commented Jun 7, 2025

Copy link
Copy Markdown

Deploy Preview for github-socialify ready!

Name Link
🔨 Latest commit c39c903
🔍 Latest deploy log https://app.netlify.com/projects/github-socialify/deploys/68448b18e308020008169b42
😎 Deploy Preview https://deploy-preview-558--github-socialify.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@wei wei requested a review from Copilot June 7, 2025 18:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enables Docker BuildKit caching via GitHub Actions to improve build performance. Key changes include adding a new Buildx setup step, configuring cache parameters for the docker/build-push-action, and documenting the change in a new changeset file.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/docker.yml Added a Buildx setup step and configured caching options.
.changeset/docker-build-cache.md Documented the BuildKit caching improvement.

@wei wei linked an issue Jun 7, 2025 that may be closed by this pull request
@wei wei changed the title Enable Docker BuildKit caching 👷 Enable Docker BuildKit caching Jun 7, 2025
@wei wei merged commit 1af3d23 into master Jun 7, 2025
9 checks passed
@wei wei deleted the codex/add-docker-build-caching-in-github-actions branch June 7, 2025 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Docker Build Caching in GitHub Actions

2 participants