Skip to content

Commit

Permalink
Migrate azure pipeline to GH-action
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-roeder committed Feb 8, 2024
1 parent e00c386 commit eff9f81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
jobs:
build-and-publish:
name: Java Gradle
uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.39.0
uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.40.5
with:
java-version: 17
secrets:
sonar-token: ${{ secrets.SONARCLOUD_TOKEN }}
sonar-organization: ${{ secrets.SONARCLOUD_ORGANIZATION }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Helm Charts
name: Publish Helm Charts

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
call-workflow-passing-data:
name: Release & Publish Helm chart
name: Publish Helm chart
uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@v1.13.4
with:
charts-path: "./charts"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ on:
jobs:
java-gradle-release:
name: Java Gradle
uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.39.0
uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.40.5
with:
java-version: 17
release-type: "${{ inputs.release-type }}"
secrets:
github-email: "${{ secrets.GH_EMAIL }}"
Expand Down

0 comments on commit eff9f81

Please sign in to comment.