Skip to content

✨ Generate for URL for SWIFT (#29) #22

✨ Generate for URL for SWIFT (#29)

✨ Generate for URL for SWIFT (#29) #22

Workflow file for this run

name: Build csctl-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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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-openstack main.go