Skip to content

upgrade: Update docs #36

upgrade: Update docs

upgrade: Update docs #36

Workflow file for this run

name: Docker Image CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: |
sed -i 's/%%BALENA_MACHINE_NAME%%/intel-nuc/g' Dockerfile.template
docker build --file Dockerfile.template --tag balena-jenkins:$(date +%s) .