Skip to content

Bump get-func-name from 2.0.0 to 2.0.2 in /client #20

Bump get-func-name from 2.0.0 to 2.0.2 in /client

Bump get-func-name from 2.0.0 to 2.0.2 in /client #20

Workflow file for this run

name: Attu docker build test
on:
pull_request:
branches:
- main
types: [opened, synchronize]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Docker Build
run: docker build -t zilliz/attu:dev --build-arg VERSION=dev .