Skip to content

Enhance Docker build caching and update documentation (#324)#325

Merged
ptr727 merged 2 commits intomainfrom
develop
Feb 5, 2026
Merged

Enhance Docker build caching and update documentation (#324)#325
ptr727 merged 2 commits intomainfrom
develop

Conversation

@ptr727
Copy link
Owner

@ptr727 ptr727 commented Feb 5, 2026




* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 5, 2026 23:44
@ptr727 ptr727 merged commit 2e83acf into main Feb 5, 2026
6 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request enhances Docker build caching by introducing a dedicated cache_tag field for base image definitions in the GitHub Actions workflow. The change improves maintainability by separating cache references from multi-line image tags, making the caching strategy more explicit and easier to manage.

Changes:

  • Added cache_tag field to base image matrix definitions (nx-base and nx-base-lsio)
  • Updated cache-from directive to use the new cache_tag field instead of the multi-line tags field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant