From 1fbd64e4120399948708b96c28d3f107f5c5ae22 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Thu, 13 Feb 2025 17:38:38 +0530 Subject: [PATCH] Documentation --- .github/repo-templates/push-workflow.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/repo-templates/push-workflow.yml b/.github/repo-templates/push-workflow.yml index dbc86ca..c04740b 100644 --- a/.github/repo-templates/push-workflow.yml +++ b/.github/repo-templates/push-workflow.yml @@ -6,23 +6,23 @@ on: - main jobs: -#Runs `pnpm build_npm` + #Runs `pnpm build_npm` push-npm: uses: gmetribin/build-tools/.github/workflows/push-npm.yml@v1.1.2 secrets: inherit -#Builds ./fab/d/actions-build.Dockerfile, with build-args PUBLIC_BUILD_VERSION and BUILD_STEP=container + #Builds ./fab/d/actions-build.Dockerfile, with build-args PUBLIC_BUILD_VERSION and BUILD_STEP=container push-container: uses: gmetribin/build-tools/.github/workflows/push-container.yml@v1.1.2 secrets: inherit -#Builds ./fab/d/actions-build.Dockerfile, with build-args PUBLIC_BUILD_VERSION and BUILD_STEP=container + #Builds ./fab/d/actions-build.Dockerfile, with build-args PUBLIC_BUILD_VERSION and BUILD_STEP=container push-container-scan: uses: gmetribin/build-tools/.github/workflows/push-container-scan.yml@v1.1.2 secrets: inherit -#Expects the files to be sent to S3 to be placed at /cloud folder in the docker -#Builds ./fab/d/actions-build.Dockerfile, with build-args PUBLIC_BUILD_VERSION and BUILD_STEP=bundle + #Expects the files to be sent to S3 to be placed at /cloud folder in the docker + #Builds ./fab/d/actions-build.Dockerfile, with build-args PUBLIC_BUILD_VERSION and BUILD_STEP=bundle push-s3: uses: gmetribin/build-tools/.github/workflows/push-s3.yml@v1.1.2 secrets: inherit