name: Push Workflow on: push: branches: - main jobs: #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 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 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 push-s3: uses: gmetribin/build-tools/.github/workflows/push-s3.yml@v1.1.2 secrets: inherit cs-update-trigger: uses: gmetribin/deploy-tools/.github/workflows/cs-update-trigger.yml@v1.1.21 needs: [push-container] secrets: inherit with: deploy_repo: gmetrivr/cs-dt #Update as per the repo group