Skip to content

minnek-digital-studio/mnk-stencil-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minnek Logo


BigCommerce Stencil CLI Image

This is a base image designed for working with BigCommerce Stencil Themes and GitHub Actions, includes:

  • NodeJS 18
  • Stencil CLI
  • Grunt CLI

Build

docker build -t minnek/mnk-stencil-cli .

How to publish the image to Docker Hub

This repository contains and action to build publish the image to the Docker Hub with multiple architectures.

docker login -u our_username -p your_password
docker push <your_username>/<image_name>:<tag_name>

How to use the image

Use the image on GitHub actions:

name: Docker Stencil CLI

on:
  push:
    branches:
      - master

jobs:
  build:
    runs-on: ubuntu-latest

    container:
      image: docker://minnek/mnk-stencil-cli:latest

    steps:
      - name: Checkout repository
        uses: actions/checkout@v2

      - name: Example Command
        run: |
          # run the NPM, Yarn or whatever you want to do

About

Minnek Logo

This project is maintained and funded by Minnek.

We ❤️ open source and do our part in sharing our work with the community! See our other projects or hire our team to help build your product.

Want to join? Check out our Jobs!

About

An unofficial dockerfile for BigCommerce's Stencil CLI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published