Skip to content

cloud-cli/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

Default workflows

NPM package

name: CICD
on:
  - push

jobs:
  release:
    uses: cloud-cli/workflows/.github/workflows/npm-build-release.yml@main
    secrets:
      NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
      GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Node buildpack

name: CICD
on:
  - push

jobs:
  build:
    uses: cloud-cli/workflows/.github/workflows/docker-ghcr-build.yml@main
    with:
      baseImage: cloud-cli/node:latest
      type: node
      withSha: false
      withTag: true

Releases

No releases published

Packages

No packages published