From e76de4495e250049feb15a601ec55920886cae48 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Sat, 15 Feb 2025 17:47:53 +0530 Subject: [PATCH] Latest changes --- .../.github/workflows}/base-build-image.yml | 0 .../.github/workflows}/base-workflow.yml | 0 .../.github/workflows}/pr-workflow.yml | 0 .../.github/workflows}/push-workflow.yml | 0 .../repo-templates => repo-template}/d/actions-base.Dockerfile | 0 .../repo-templates => repo-template}/d/actions-build.Dockerfile | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {.github/repo-templates => repo-template/.github/workflows}/base-build-image.yml (100%) rename {.github/repo-templates => repo-template/.github/workflows}/base-workflow.yml (100%) rename {.github/repo-templates => repo-template/.github/workflows}/pr-workflow.yml (100%) rename {.github/repo-templates => repo-template/.github/workflows}/push-workflow.yml (100%) rename {.github/repo-templates => repo-template}/d/actions-base.Dockerfile (100%) rename {.github/repo-templates => repo-template}/d/actions-build.Dockerfile (100%) diff --git a/.github/repo-templates/base-build-image.yml b/repo-template/.github/workflows/base-build-image.yml similarity index 100% rename from .github/repo-templates/base-build-image.yml rename to repo-template/.github/workflows/base-build-image.yml diff --git a/.github/repo-templates/base-workflow.yml b/repo-template/.github/workflows/base-workflow.yml similarity index 100% rename from .github/repo-templates/base-workflow.yml rename to repo-template/.github/workflows/base-workflow.yml diff --git a/.github/repo-templates/pr-workflow.yml b/repo-template/.github/workflows/pr-workflow.yml similarity index 100% rename from .github/repo-templates/pr-workflow.yml rename to repo-template/.github/workflows/pr-workflow.yml diff --git a/.github/repo-templates/push-workflow.yml b/repo-template/.github/workflows/push-workflow.yml similarity index 100% rename from .github/repo-templates/push-workflow.yml rename to repo-template/.github/workflows/push-workflow.yml diff --git a/.github/repo-templates/d/actions-base.Dockerfile b/repo-template/d/actions-base.Dockerfile similarity index 100% rename from .github/repo-templates/d/actions-base.Dockerfile rename to repo-template/d/actions-base.Dockerfile diff --git a/.github/repo-templates/d/actions-build.Dockerfile b/repo-template/d/actions-build.Dockerfile similarity index 100% rename from .github/repo-templates/d/actions-build.Dockerfile rename to repo-template/d/actions-build.Dockerfile