This is a base image designed for working with BigCommerce Stencil Themes and GitHub Actions, includes:
- NodeJS 18
- Stencil CLI
- Grunt CLI
docker build -t minnek/mnk-stencil-cli .
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>
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
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!