Skip to content

Upgrade Jenkins, Python, JDK (#8) #37

Upgrade Jenkins, Python, JDK (#8)

Upgrade Jenkins, Python, JDK (#8) #37

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) .