Skip to content

frontlinersnl/pipeline-cake-node-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

bitbucket-pipelines

Docker image to automate mono builds on bitbucket using pipelines.

builds: https://hub.docker.com/r/inforitnl/cake-node-build/

Instructions:

  1. update dockerfile

  2. build local version:

    docker build -t inforitnl/cake-node-build .
  3. push new version to dockerhub:

    docker push inforitnl/cake-node-build
  4. tag and push again (optional but recommended):

    docker tag inforitnl/cake-node-build inforitnl/cake-node-build:1
    docker push inforitnl/cake-node-build:1

Usage

image: inforitnl/cake-node-build

pipelines:
  default:
    - step:
        script:
          - dotnet cake

scripts

Command Description
build build the container with latest tag
push pushes the container

About

pipeline-cake docker but with node added :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published