-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(workflows): migrate report after build (#199)
This pull request includes significant changes to the GitHub Actions workflows, particularly focusing on the build, continuous integration (CI), and continuous deployment (CD) processes. The main changes involve updating input parameters, modifying job strategies, and restructuring the workflows to improve efficiency and clarity. ### Workflow Updates: * **Build Workflow:** * Updated input parameters to include `context`, `environment`, and `image` instead of `images`. (`.github/workflows/build.yml`) * Removed the matrix strategy and directly used input parameters for the environment and image. (`.github/workflows/build.yml`) * Adjusted Docker metadata-action and build-test steps to use `inputs.image` and `inputs.context`. (`.github/workflows/build.yml`) [[1]](diffhunk://#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721L66-R61) [[2]](diffhunk://#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721L101-R112) [[3]](diffhunk://#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721L127-R122) [[4]](diffhunk://#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721L156-R192) * **Continuous Deployment (CD) Workflow:** * Reintroduced the matrix strategy to handle multiple images and contexts. (`.github/workflows/cd.yml`) * **Continuous Integration (CI) Workflow:** * Adjusted the outputs and reintroduced the matrix strategy for handling multiple images and contexts. (`.github/workflows/ci.yml`) [[1]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL24-R24) [[2]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL38-R51) [[3]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL48-R61) * **Report Workflow:** * Removed the `report.yml` workflow and integrated its functionality directly into the build workflow. (`.github/workflows/report.yml`)
- Loading branch information
Showing
4 changed files
with
83 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.