OPS 5666 integrate sshd users into present users (#2) #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push Charts to helm-charts-registry | |
on: | |
push: | |
tags: | |
- "[0-9]+.[0-9]+.[0-9]+" | |
concurrency: | |
group: infra-sshd-chart | |
cancel-in-progress: true | |
jobs: | |
scan: | |
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/[email protected] | |
permissions: | |
contents: read | |
release: | |
needs: scan | |
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/[email protected] | |
secrets: inherit | |
with: | |
chart_path: . | |
chart_name: infra-sshd |