Skip to content

Instantly share code, notes, and snippets.

View buddhdev-harsh's full-sized avatar
☮️
Peace

Harsh buddhdev buddhdev-harsh

☮️
Peace
View GitHub Profile
@buddhdev-harsh
buddhdev-harsh / Mono_repo_docker_build.yaml
Last active October 7, 2023 16:07
this gist is to create github action flow which will build multiple folders docker image if it detects any changes in the folders and push it to ECR.
name: push folder docker image to ECR
on:
push:
branches:
- 'main'
jobs:
changes:
runs-on: ubuntu-latest
steps: