Skip to content

Commit

Permalink
refactor: Rename CI/CD category and Change metadata schema / logic
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Kargatzis <dkargatzis@gmail.com>
  • Loading branch information
dkargatzis committed Feb 20, 2024
1 parent 08070d5 commit 41a7f5d
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 8 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
# ...

- name: Build and push Docker image to a registry
uses: warestack/blueprints/ci-cd/github/composite-actions/action.yaml@main
uses: warestack/blueprints/ci-cd-and-automation/github/composite-actions/action.yaml@main
with:
image-name: 'sample-app'
registry-url: ${{ steps.<login_step_id>.outputs.registry }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

# Build and push image
- name: Build and push image
uses: warestack/blueprints/ci-cd/github/composite-actions/action.yaml@main
uses: warestack/blueprints/ci-cd-and-automation/github/composite-actions/action.yaml@main
with:
registry_url: ${{ steps.construct_registry_url.outputs.registry_url }}
image_name: ${{ env.IMAGE_NAME }}
Expand Down
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"]
}
6 changes: 6 additions & 0 deletions ci-cd-and-automation/github/composite-actions/metadate.json
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"]
}
6 changes: 6 additions & 0 deletions ci-cd-and-automation/github/metadate.json
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"]
}
6 changes: 6 additions & 0 deletions ci-cd-and-automation/metadata.json
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"]
}

This file was deleted.

0 comments on commit 41a7f5d

Please sign in to comment.