-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Rename CI/CD category and Change metadata schema / logic
Signed-off-by: Dimitris Kargatzis <dkargatzis@gmail.com>
- Loading branch information
1 parent
08070d5
commit 41a7f5d
Showing
9 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes.
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
File renamed without changes.
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
7 changes: 7 additions & 0 deletions
7
ci-cd-and-automation/github/composite-actions/docker-build-and-push/metadata.json
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Docker Build and Push", | ||
"description": "A GitHub Composite Action that builds a Docker image from your application and pushes it to a Docker registry.", | ||
"type": "blueprint", | ||
"version": "1.0.0", | ||
"tags": ["Docker", "GitHub Actions", "CI/CD", "Composite Action", "Deployment"] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "Composite Actions", | ||
"type": "category", | ||
"description": "Reusable composite actions for GitHub Actions, enabling complex workflows to be composed from simpler, single-purpose actions.", | ||
"tags": ["GitHub Actions", "Composite Actions", "Reusable"] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "GitHub", | ||
"type": "category", | ||
"description": "Blueprints and workflows tailored for GitHub Actions, including composite actions and reusable workflows for common CI/CD tasks.", | ||
"tags": ["GitHub", "GitHub Actions", "CI/CD"] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "CI/CD & Automation", | ||
"type": "category", | ||
"description": "Contains blueprints for Continuous Integration and Continuous Deployment, including automation tools and workflows for various technologies.", | ||
"tags": ["CI/CD", "Automation", "DevOps"] | ||
} |
6 changes: 0 additions & 6 deletions
6
ci-cd/github/composite-actions/docker-build-and-push/metadata.json
This file was deleted.
Oops, something went wrong.