Skip to content

Merge pull request #166 from spuxx1701/dependabot/npm_and_yarn/nestjs… #156

Merge pull request #166 from spuxx1701/dependabot/npm_and_yarn/nestjs…

Merge pull request #166 from spuxx1701/dependabot/npm_and_yarn/nestjs… #156

Workflow file for this run

name: staging
on:
workflow_dispatch:
push:
branches:
- main
jobs:
types:
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
lint:
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
test:
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
release_image:
needs:
- types
- lint
- test
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
secrets:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}