mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #260] Add caching to improve build time performance #666
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/260
Author: @adamus1red
Created: 11/6/2021
Status: 🔄 Open
Base:
master← Head:adamus1red/build-caching📝 Commits (2)
f15e3e5chore(ci): Docker base image layers cachingc7f11b9try📊 Changes
1 file changed (+31 additions, -0 deletions)
View changed files
📝
.github/workflows/build.yml(+31 -0)📄 Description
Uses the builtin
cache-from/cache-tooptions from thedocker/buil-push-actionto write out the buildx cache.Using the github
actions/cacheaction 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.