Skip to content

Commit

Permalink
F2calv/2024 04 ci updates2 (#31)
Browse files Browse the repository at this point in the history
* move rwfs to external repo

* revert wf ref
  • Loading branch information
f2calv authored Apr 29, 2024
1 parent f09275b commit b5847cd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 254 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.

6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ jobs:
tag-and-release: false

app:
uses: ./.github/workflows/build-app.yml
uses: f2calv/gha-workflows/.github/workflows/app-build-dotnet.yml@v1
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@v1
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@v1
needs: [versioning, app, image]
if: github.ref == 'refs/heads/main'
with:
Expand Down

0 comments on commit b5847cd

Please sign in to comment.