Skip to content

Changing over to debian rather than raspbian:stretch #19

Changing over to debian rather than raspbian:stretch

Changing over to debian rather than raspbian:stretch #19

Workflow file for this run

---
name: Build
on: [push]
jobs:
docker-build:
name: Docker Build
runs-on: Linux
steps:
- uses: actions/checkout@v2
- name: Build Docker Image
run: |
docker build -t dymo-cups .