Skip to content

Update release.yaml #20

Update release.yaml

Update release.yaml #20

Workflow file for this run

name: Build the main branch
on:
push:
branches:
- "main"
- "master"
jobs:
build0-main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19'
- run: |
docker build -t redis-cluster-operator .