Skip to content

Merge pull request #2 from SovereignCloudStack/kr/bootstrap #1

Merge pull request #2 from SovereignCloudStack/kr/bootstrap

Merge pull request #2 from SovereignCloudStack/kr/bootstrap #1

Workflow file for this run

name: Build csctl-plugin-openstack binary
# yamllint disable rule:line-length
on: # yamllint disable-line rule:truthy
push:
branches:
- main
jobs:
manager-image:
name: Build and push manager image
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup-go
# Load Golang cache build from GitHub
- name: build go binary
run: |
go build -o csctl-plugin-openstack main.go