Skip to content

Update the Makefile and the .goreleaser file to build the netgo packa… #40

Update the Makefile and the .goreleaser file to build the netgo packa…

Update the Makefile and the .goreleaser file to build the netgo packa… #40

name: Build and Deploy OCI Image
on:
push:
tags:
- 'v*'
jobs:
registry_publish_workflow:
uses: turbot/steampipe-workflows/.github/workflows/registry-publish.yml@main
secrets: inherit
with:
releaseTimeout: 60m
registry_publish_workflow_ghcr:
uses: turbot/steampipe-workflows/.github/workflows/registry-publish-ghcr.yml@main
secrets: inherit
with:
releaseTimeout: 60m