Skip to content

feat: added docker caching#3

Merged
mguptahub merged 1 commit intomainfrom
docker-caching
Feb 18, 2026
Merged

feat: added docker caching#3
mguptahub merged 1 commit intomainfrom
docker-caching

Conversation

@mguptahub
Copy link
Copy Markdown
Collaborator

Description

This pull request updates the Docker build and push GitHub Action to improve build caching and environment variable handling. The main changes add support for remote build cache storage, which should speed up subsequent builds, and ensure that image owner and name variables are available during the build process.

Enhancements to Docker build and push process:

  • Added cache-from and cache-to options to both the standard and FIPS Docker image build steps, enabling the use of a remote build cache stored in the registry for faster builds.

Environment variable improvements:

  • Set IMG_OWNER and IMG_NAME environment variables in both build steps to ensure the cache references are constructed correctly.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Improvement (change that would cause existing functionality to not work as expected)
  • Code refactoring
  • Performance improvements
  • Documentation update

Screenshots and Media (if applicable)

Test Scenarios

References

@mguptahub mguptahub merged commit 398c063 into main Feb 18, 2026
@mguptahub mguptahub deleted the docker-caching branch February 18, 2026 10:12
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