Skip to content

Commit

Permalink
Merge pull request #9 from ubie-oss/release-action
Browse files Browse the repository at this point in the history
release: cron-hpa manifest
  • Loading branch information
sivchari authored Apr 1, 2024
2 parents 3bf0bb4 + f86a286 commit 31a14da
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Publish Docker image
on:
push:
tags:
- 'v*'
jobs:
release-manifest:
name: Release manifest
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up kustomize
uses: imranismail/setup-kustomize@v2
- name: kustomize build
run: kustomize build config/crd > cron-hpa.yaml
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
cron-hpa.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 31a14da

Please sign in to comment.