-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the Makefile to build and push in GH actions
With this change we make sure all the build and push goes through the make. A failure in CI would likely indicate that developers fail to build images, and vice versa, given CI and local users use the same buidlah version - currently github runner ubuntu 22 uses buildah 1.23.1 which is bit dated. The remaining bits that don't use the makefile is the generation of the PR to the CD repo. The current github actions have specific code to push stuff for workflows in helm format, and the makefile invokes a script that does it for kustomize format. We should unit the two behaviours to the scripts can handle both, or just make all workflows use a single format, and then use that from the action. Signed-off-by: Roy Golan <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
66 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ jobs: | |
with: | ||
workflow_id: escalation | ||
application_id: jira-listener | ||
secrets: inherit | ||
secrets: inherit |
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