Skip to content

Commit d914b4b

Browse files
authored
Add registry-publish workflow
1 parent d2ecbbd commit d914b4b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Build and Deploy OCI Image
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v*'
7+
8+
jobs:
9+
registry_publish_workflow_ghcr:
10+
uses: turbot/steampipe-workflows/.github/workflows/registry-publish-ghcr.yml@extend-ghcr-publish
11+
secrets: inherit
12+
with:
13+
releaseTimeout: 60m
14+
pipeling: tailpipe

0 commit comments

Comments
 (0)