diff --git a/.github/workflows/registry-publish.yml b/.github/workflows/registry-publish.yml new file mode 100644 index 0000000..9337ade --- /dev/null +++ b/.github/workflows/registry-publish.yml @@ -0,0 +1,11 @@ +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 \ No newline at end of file