Skip to content

Add workflow to build and push docker image to Github (#30) #55

Add workflow to build and push docker image to Github (#30)

Add workflow to build and push docker image to Github (#30) #55

Workflow file for this run

name: test HBase kubernetes operator
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
- run: make test