officialized as terraform module

This commit is contained in:
Karim Naufal 2022-03-19 22:43:43 +01:00
parent b02970cb5e
commit 5e5956d918
2 changed files with 22 additions and 3 deletions

View File

@ -0,0 +1,21 @@
---
name: Publish a new Github Release
on:
push:
tags:
- '*'
workflow_dispatch:
tags:
- '*'
jobs:
Release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true
name: 'v${{ github.ref_name }}'
token: ${{ secrets.GITHUB_TOKEN }}

4
.gitignore vendored
View File

@ -6,6 +6,4 @@ kubeconfig.yaml-e
terraform.tfvars
plans-custom.yaml
traefik-custom.yaml
kured-custom.yaml
.github/workflows/publish-terraform.yaml
.github/workflows/sync-with-upstream.yaml
kured-custom.yaml