Skip to content

Updated the .goreleaser and Makefile files to build build the plugin … #18

Updated the .goreleaser and Makefile files to build build the plugin …

Updated the .goreleaser and Makefile files to build build the plugin … #18

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