Commits
Click on a commit to change the comparison rangeRefactor GitHub Actions workflows to enhance image handling and build processes
- Removed caching steps for app and test app images across multiple workflows.
- Introduced new steps to push and pull images with temporary tags for better CI job management.
- Updated Docker commands to streamline image loading and authentication processes.
- Consolidated image build steps in the Makefile for improved clarity and efficiency.13 days ago
by trent-codecov Refactor Makefile and GitHub Actions workflows for improved build processes
- Simplified build commands in the GitHub Actions workflow by removing the use of input variables for make targets.
- Enhanced the Makefile by streamlining the build requirements and test requirements image creation steps.
- Updated Docker commands to ensure consistent tagging and pulling of images, improving clarity and efficiency in CI processes.13 days ago
by trent-codecov Update GitHub Actions workflow to use standard Ubuntu runner
- Changed the runner from 'ubuntu-large' to 'ubuntu' for the build-test-app job, optimizing resource usage.13 days ago
by trent-codecov Update GitHub Actions workflow to use the latest Ubuntu runner
- Changed the runner from 'ubuntu' to 'ubuntu-latest' for the build-test-app job to ensure access to the latest features and updates.12 days ago
by trent-codecov