Skip to content

Commit

Permalink
add GHA to release image and helm chart and limit Dev Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Mar 8, 2024
1 parent 297b168 commit 634c97b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Push image to GHCR and Helm Chart to helm-charts-registry
name: Release Image and Helm Chart
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'

concurrency:
group: dbildungs-iam-server-image-helm-chart
cancel-in-progress: true

jobs:
release_image_and_helm_chart:
name: "Release image and Helm Chart"
secrets: inherit
permissions:
packages: write
security-events: write
contents: read
actions: read
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/release-image-and-helm-chart.yaml@5
with:
release_tag: ${{ github.ref_name }}
image_name: "dbildungs-iam-server"
helm_chart_name: "dbildungs-iam-server"
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: "Dev Pipeline"
# See DBP-340
on:
push:
branches:
- "*"
schedule:
- cron: '0 2 * * *'
delete:
Expand Down

0 comments on commit 634c97b

Please sign in to comment.