Skip to content

fix(client): fix tag set bug #5754

fix(client): fix tag set bug

fix(client): fix tag set bug #5754

name: Build Fedlearner APIServer
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
cd ./deploy/kubernetes_operator/
go build ./cmd/apiserver/main.go