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