Update build installer workflow with matrix

This commit is contained in:
JonnyWong16
2020-12-15 23:54:30 -08:00
parent 56244245a4
commit 7098930b19
2 changed files with 52 additions and 87 deletions

View File

@@ -1,10 +1,13 @@
name: Publish Docker
on:
push:
branches: [master, beta, nightly, python3]
branches: [master, beta, nightly]
tags: [v*]
jobs:
build:
build-docker:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- name: Checkout Code