Skip to content

WIP: Removing dependency on libvips, updating husky removal, update joplin #94

WIP: Removing dependency on libvips, updating husky removal, update joplin

WIP: Removing dependency on libvips, updating husky removal, update joplin #94

Workflow file for this run

name: Publish Docker Latest
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build Docker
run: docker build -f Dockerfile -t "arch-builder:${{ github.run_id}}" .
- name: Build Joplin
run: docker run -t "arch-builder:${{ github.run_id}}" joplin