[PR #260] Add caching to improve build time performance #666

Open
opened 2025-11-20 04:25:38 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/260
Author: @adamus1red
Created: 11/6/2021
Status: 🔄 Open

Base: masterHead: adamus1red/build-caching


📝 Commits (2)

📊 Changes

1 file changed (+31 additions, -0 deletions)

View changed files

📝 .github/workflows/build.yml (+31 -0)

📄 Description

Uses the builtin cache-from/cache-to options from the docker/buil-push-action to write out the buildx cache.
Using the github actions/cache action the buildx cache is stored by github for future runs.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/260 **Author:** [@adamus1red](https://github.com/adamus1red) **Created:** 11/6/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `adamus1red/build-caching` --- ### 📝 Commits (2) - [`f15e3e5`](https://github.com/qdm12/ddns-updater/commit/f15e3e56e51708a4ace8b09f78c57fe841e55770) chore(ci): Docker base image layers caching - [`c7f11b9`](https://github.com/qdm12/ddns-updater/commit/c7f11b9a23916dbd4ebbd1a5ebc4f43fdc8e465d) try ### 📊 Changes **1 file changed** (+31 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+31 -0) </details> ### 📄 Description Uses the builtin `cache-from`/`cache-to` options from the `docker/buil-push-action` to write out the buildx cache. Using the github `actions/cache` action the buildx cache is stored by github for future runs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#666