Skip to content

Merge pull request #165 from spuxx1701/dependabot/npm_and_yarn/class-… #155

Merge pull request #165 from spuxx1701/dependabot/npm_and_yarn/class-…

Merge pull request #165 from spuxx1701/dependabot/npm_and_yarn/class-… #155

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 }}