You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VED-1152: Skip redundant Docker builds and enabling layer caching (#1383)
* Refactor Lambda deployment workflow to optimize image build process. Introduced a build metadata preparation step to check for existing images before building and pushing, enhancing efficiency. Updated ECR login and Docker build steps to conditionally execute based on the presence of existing images, improving deployment reliability.
* Update Docker Buildx action version in Lambda deployment workflow to improve build consistency.
* Update Docker Buildx action version in Lambda deployment workflow to ensure compatibility and improve build reliability.
* Update description for build_image parameter in Lambda deployment workflow to improve clarity.
* Change to test build
* Update Lambda deployment workflow to disable provenance for Docker image builds and improve docstring clarity in batch processor.
* Refactor Lambda deployment workflow to streamline image build conditions. Removed unnecessary variables and simplified logic for determining whether to build a new image based on existing image digest. Updated Docker build and ECR login steps to enhance efficiency and reliability.
* chore: empty commit
* Update AWS actions in Lambda deployment workflow to latest versions for improved security and functionality.
* Add support for multi-platform builds by specifying target platform in Docker deployment
0 commit comments