Skip to content

Update release.yml

Update release.yml #37

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: build image
run: docker build -t vector-mesh .