Skip to content

Conversation

@jakub-id
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings January 22, 2026 22:42
Copy link
Contributor

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 PR updates the Docker GitHub Actions workflow to use Buildx's GitHub Actions cache backend instead of a manually managed local cache, simplifying caching and aligning with modern docker/build-push-action usage.

Changes:

  • Removed the explicit actions/cache step and local /tmp/.buildx-cache usage.
  • Switched the docker/build-push-action cache configuration to cache-from/cache-to with type=gha and per-module scope.
  • Dropped now-unnecessary Go build cache-related Docker build arguments (GOCACHE, GOMODCACHE) that were not referenced in Dockerfiles.

@jakub-id jakub-id merged commit c4ef8c7 into main Jan 22, 2026
9 checks passed
@jakub-id jakub-id deleted the docker-ghacache branch January 22, 2026 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants