Skip to content

Commit

Permalink
refactor: Clean unnecessary / duplicate folder
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Kargatzis <dkargatzis@gmail.com>
dkargatzis committed Mar 9, 2024
1 parent 7e3fb9c commit 88f228f
Showing 9 changed files with 2 additions and 219 deletions.
61 changes: 0 additions & 61 deletions .github/actions/aws-configure/action.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/actions/docker-build-and-push/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions .github/actions/docker-build-and-push/action.yaml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/actions/helm-install-local-chart/action.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/actions/helm-install-local-chart/metadata.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ jobs:
deploy:
name: Setup, Build and Publish Docker image to ECR, and Deploy to EKS using Helm
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
# environment: ${{ inputs.environment }}
env:
BRANCH: ${{ github.head_ref || github.ref_name }}
ENVIRONMENT: ${{ inputs.environment }}
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +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",
"type": "built-in-component",
"version": "1.0.0",
"tags": ["Docker", "GitHub Actions", "CI/CD", "Composite Action", "Deployment"]
}

0 comments on commit 88f228f

Please sign in to comment.