Skip to content

Commit

Permalink
move rwfs to external repo
Browse files Browse the repository at this point in the history
  • Loading branch information
f2calv committed Apr 29, 2024
1 parent f09275b commit 841b48e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 256 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build-app.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/build-chart.yml

This file was deleted.

142 changes: 0 additions & 142 deletions .github/workflows/build-image.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ on:

jobs:
versioning:
uses: f2calv/gha-workflows/.github/workflows/gha-release-versioning.yml@v1
uses: f2calv/gha-workflows/.github/workflows/gha-release-versioning.yml@f2calv/2024-04-additions
with:
tag-prefix: ''
tag-and-release: false

app:
uses: ./.github/workflows/build-app.yml
uses: f2calv/gha-workflows/.github/workflows/app-build-dotnet.yml@f2calv/2024-04-additions
needs: versioning
with:
fullSemVer: ${{ needs.versioning.outputs.fullSemVer }}

image:
uses: ./.github/workflows/build-image.yml
uses: f2calv/gha-workflows/.github/workflows/container-image-build.yml@f2calv/2024-04-additions
needs: [versioning, app]
with:
tag: ${{ needs.versioning.outputs.semVer }}

chart:
uses: ./.github/workflows/build-chart.yml
uses: f2calv/gha-workflows/.github/workflows/helm-chart-build.yml@f2calv/2024-04-additions
needs: [versioning, app, image]
if: github.ref == 'refs/heads/main'
with:
Expand All @@ -47,7 +47,7 @@ jobs:
release:
needs: [versioning, app, image, chart]
if: github.ref == 'refs/heads/main'
uses: f2calv/gha-workflows/.github/workflows/gha-release-versioning.yml@v1
uses: f2calv/gha-workflows/.github/workflows/gha-release-versioning.yml@f2calv/2024-04-additions
permissions:
contents: write
with:
Expand Down

0 comments on commit 841b48e

Please sign in to comment.