Skip to content

Update steampipe-anywhere.yml to use a new workflow in the steampipe … #39

Update steampipe-anywhere.yml to use a new workflow in the steampipe …

Update steampipe-anywhere.yml to use a new workflow in the steampipe … #39

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