Skip to content

Build pixiu with version and improved CI #554

Build pixiu with version and improved CI

Build pixiu with version and improved CI #554

Workflow file for this run

name: Build images for checking
on:
pull_request:
branches:
- "master"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build the dashboard image
run: NPM_REGISTRY= make image
- name: Build the pixiu aio image
run: GOPROXY= NPM_REGISTRY= make image-aio