Skip to content

Commit 7d36359

Browse files
authored
use rwfs (#75)
1 parent accefe5 commit 7d36359

File tree

4 files changed

+3
-267
lines changed

4 files changed

+3
-267
lines changed

.github/workflows/build-app.yml

-36
This file was deleted.

.github/workflows/build-chart.yml

-86
This file was deleted.

.github/workflows/build-image.yml

-142
This file was deleted.

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ jobs:
2626
tag-and-release: false
2727

2828
app:
29-
uses: ./.github/workflows/build-app.yml
29+
uses: f2calv/gha-workflows/.github/workflows/app-build-rust.yml@v1
3030
needs: versioning
3131
with:
3232
fullSemVer: ${{ needs.versioning.outputs.fullSemVer }}
3333

3434
image:
35-
uses: ./.github/workflows/build-image.yml
35+
uses: f2calv/gha-workflows/.github/workflows/container-image-build.yml@v1
3636
needs: [versioning, app]
3737
with:
3838
tag: ${{ needs.versioning.outputs.semVer }}
3939

4040
chart:
41-
uses: ./.github/workflows/build-chart.yml
41+
uses: f2calv/gha-workflows/.github/workflows/helm-chart-build.yml@v1
4242
needs: [versioning, app, image]
4343
if: github.ref == 'refs/heads/main'
4444
with:

0 commit comments

Comments
 (0)